-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Normal samples required? #10
Comments
Hi, you can run Otherwise, normal samples are required to generate the AUC file and use |
Thanks @romagnolid |
I checked and LGG have very few control samples available on TCGA but you can retreive some data from GEO or from EWAS datahub. Next it's just three steps
|
Tissue-normal is required as control. You can either download all the samples and create a matrix of beta-values (bind each level3betas.txt column-wise) or use a package such as TCGABiolinks. |
When running PAMES::get_purity(beta) it seems to require normal samples beta values and the AUC-file. Is it possible to run it using only beta-values from the tumor sample?
Best,
The text was updated successfully, but these errors were encountered: