Downloding only RNA-Seq Raw counts data from ICGC
Hi,
I wanted to download RNA-Seq raw counts data from ICGC with samples as columns and gene_symbol as row names. I tried using dplyr but I am not able to get in the proper format. It would be of great help to me if you guys can let me know how to download this.
Sincerely,
Dave
P.S: any package in R would be helpful
• 2,472 views
•
link
1 answer
Thanks a lot, Guys, I got a solution for this for cross-tabulation (or pivot table) using GNU Datamash and with Miller, using reshape!
Dave
• 0 views
•
link
Log in to answer this question.
Share you code here
Thanks Vijay, I tried to cut and paste sample_id rows as a column but it gave me a really messed up results.
Hope this will help others, code is here.
Or
Thanks for your help