Description Usage Arguments Value See Also Examples
View source: R/tcgaTableSplit.R
tcgaTableSplit
splits input dataset into two substes: Normal and Cancer, and returns a list.
1 | tcgaTableSplit(data, sampleSheet)
|
data |
A data matrix, can be the output from |
sampleSheet |
The table containing clinical informations of samples downloaded from GDC together with sequencing data files. |
A list, with entries are matrices of normal/cancer samples in the original dataset.
tcgaTableGenerator
for generating a gene expression data matrix from single FPKM files downloaded from GDC Data Portal, tcgaConvRownames
for converting rownames of a data matrix.
1 | tcgaTableSplit(exp.luad.m, sampleSheet = 'clinical_LUAD/TCGA_samples_LUAD.tsv')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.