getGeneData | R Documentation |
Returns selected gene expression and factor data based on data type.
getGeneData(
x,
gene,
plotType = "box",
group = NULL,
subgroup = NULL,
highlight = NULL,
facet = NULL,
stack = NULL,
symbol = "GeneSymbol",
useNormCounts = TRUE,
...
)
x |
R data object; Most typically this is an |
gene |
Gene name, row name of an expression table actualy vector/matrix of expression. In the case of gene names, the feature annotation element indicated by |
plotType |
character; Can be set to "box", "violin, "dot", "bar" or "density" for boxplots, violin plots, dot plots, bar plots, and kernal desity plots, respectively. |
group |
factor or name of factor to be exracted from |
subgroup |
factor or name of factor to be exracted from |
highlight |
factor or name of factor to be exracted from |
facet |
factor or name of factor to be exracted from |
stack |
factor or name of factor to be exracted from |
symbol |
character; Column name of of gene symbols in the feature data of |
useNormCounts |
logical; By default |
... |
Any parameter recognized by |
These are a series of S3 methods that preprocess options based the data input type.
Most Bioconductor data sets are supported. Once the pre-processing is complete,
the generic version is called and for and the common pre-processing steps are performed
prior to returning the data back to genePlot
.
genePlot
, ExpressionSet
, SeqExpressionSet-class
, EList-class
, DESeqTransform
ToDo<-1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.