dataMM: dataMM is a matrix of Gene expression from MMRFGDC_prepare

dataMMR Documentation

dataMM is a matrix of Gene expression from MMRFGDC_prepare

Description

dataMM is a matrix of Gene expression from MMRFGDC_prepare

Usage

dataMM

Format

A data frame with genes in rows, samples in cols

Examples

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)                         



marziasettino/MMRFBiolinks documentation built on Jan. 24, 2023, 4:49 a.m.