Description Usage Arguments Value Author(s) Examples
Extract a subset from the input data for a set of samples and genes
1 | getPlotOmicsData(omicsData, sampleNames, geneNames)
|
omicsData |
a data frame with all samples and all genes |
sampleNames |
character vector, names of samples to be extracted from dataset. |
geneNames |
character vector, names of genes to be extracted from dataset. |
A data frame with subset of input data
Henry Zhang
1 2 3 4 5 | data(RNASeq)
data(RNASeqDemoData)
geneNames <- as.character(RNASeqDemoData[,1])
sampleNames <- colnames(RNASeqDemoData)[-1]
plotData <- getPlotOmicsData(RNASeq, sampleNames, geneNames)
|
Loading required package: igraph
Attaching package: 'igraph'
The following objects are masked from 'package:stats':
decompose, spectrum
The following object is masked from 'package:base':
union
Loading required package: bc3net
Loading required package: c3net
Loading required package: infotheo
Loading required package: Matrix
Loading required package: lattice
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.