BaderLab / Cytoscape_workflows

collection of notebooks with different cytoscape workflows
Creative Commons Zero v1.0 Universal
48 stars 36 forks source link

query to download HTseq counts from the TCGA OV project #2

Open veroniquevoisin opened 7 years ago

veroniquevoisin commented 7 years ago

query <- GDCquery(project = "TCGA-OV", data.category = "Transcriptome Profiling", data.type = "Gene Expression Quantification", workflow.type = "HTSeq - Counts", legacy = FALSE) )

risserlin commented 7 years ago

Hi Veronique, Do you want the code updated to this or are these other options you want added? Ruth