Description Usage Arguments Value Examples
View source: R/tcgaTableGenerator.R
tcgaTableGenerator
Generates gene/microRNA expression matrix from single sequencing data files downloaded from GDC Data Portal. The MANIFEST.txt file should be in the same directory.
1 | tcgaTableGenerator(dataDir, dataType)
|
dataDir |
The directory of downloaded sequencing data files as well as the MANIFEST.txt file. |
dataType |
A string, 'microRNA' for microRNA-seq data or 'mRNA' for RNA-seq data. |
A gene/microRNA expression data matrix, with rows referring to genes/microRNAs and columns to samples.
1 2 | tcgaTableGenerator(dataDir = './TCGA_RNAseq_LUAD', dataType = 'mRNA')
tcgaTableGenerator(dataDir = './TCGA_miRNAseq_LUAD', dataType = 'microRNA')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.