Description Usage Format Examples
dataMM is a matrix of Gene expression from MMRFGDC_prepare
1 |
A data frame with genes in rows, samples in cols
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | listSamples <- c("MMRF_2473","MMRF_2111",
"MMRF_2362","MMRF_1824",
"MMRF_1458","MRF_1361",
"MMRF_2203","MMRF_2762",
"MMRF_2680","MMRF_1797")
query <- GDCquery(project = "MMRF-COMMPASS",
data.category = "Transcriptome Profiling",
data.type = "Gene Expression Quantification",
experimental.strategy = "RNA-Seq",
workflow.type="HTSeq - FPKM",
barcode = listSamples)
GDCdownload(query, method = "api", files.per.chunk = 10)
clin.mm<-MMRFqueryGDC_clinic(type = "clinical")
dataPrepared<-MMRFGDC_prepare(query,
save = TRUE,
save.filename = "MMCompassFPKM.rda" ,
directory = "GDCdata",
summarizedExperiment = TRUE)
dataMM<-assay(dataPrepared)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.