This is a test version of Biostars. For the public version, visit https://www.biostars.org.
CPTAC RNA seq

Hey friends I am using python code to download CPTAC transcriptomic data. But this is not raw count data. my code is :

cptac.download(dataset="Ccrcc")

transcriptomics = en.get_transcriptomics()
transcriptomics.head()
transcriptomics.to_csv(path_or_buf="transcriptomics_dataframe.csv", sep=',')

How should I download the raw count transcriptomic?

thanks

raw cptac transcriptomics count

0 answers

No answers yet.

Log in to answer this question.