Description Usage Arguments Value
Load all the exon expression files for a cohort of samples and build a single data frame with exon information from a geneModels data frame and one column of expression information per sample in the cohort. This takes a while, so progress by sample is reported by default.
1 2 | getCohortExonExpressionData(geneModels, cohortFiles, progress = TRUE,
type = "rpkm")
|
geneModels |
A data frame describing the exon structure of the genes
(gene models). See |
cohortFiles |
A data frame describing the samples and their exon
expression files. See |
progress |
By default shows a progress bar. Set this to |
type |
The type of expression being used. This is the name of the column
from the exon expression files to use. By default uses the column named
"rpkm". See |
Returns a data frame that concatenates the columns from the gene models data frame with one column from each sample in the cohort data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.