Tumor purity in TCGA data analysis
0
0
Entering edit mode
6 weeks ago
nuorain ▴ 30

Can I ignore tumor purity issue in TCGA data analysis?

Thanks

TCGA tumor-purity • 388 views
ADD COMMENT
0
Entering edit mode

Is this all the detail you can give us about your analysis? You don't even mention the kind of analysis or the underlying purpose; how do you expect anyone to help you?

ADD REPLY
0
Entering edit mode

Hi Ram, Thanks for your comment. I am learning the scripts from online.I don't know if the following script is essential in the TCGA data preprocessing. Thanks again.

purityDATA <- TCGAtumor_purity(colnames(dataPrep1), 0, 0, 0, 0, 0.6)
Purity.COAD<-purityDATA$pure_barcodes
length(Purity.COAD)
normal.COAD<-purityDATA$filtered
length(normal.COAD)
puried_data <- dataPrep2[,c(Purity.COAD,normal.COAD)]
ADD REPLY
0
Entering edit mode

from online

Please show us where exactly - give us the link to this tutorial.

ADD REPLY

Login before adding your answer.

Traffic: 2239 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6