Description Usage Arguments Value Author(s) Examples
collapse the assay values in an ExpressionSet to a set of specified genes, using a statistic when multiple probes map to a given gene
1 |
es |
ExpressionSet instance |
annovec |
genes to retain |
ann2featMap |
either an AnnDbBimap from AnnotationDbi (typically constructed with revmap(), or a named vector mapping from symbols to probe set IDs |
pdvname |
featureData variable name to be used to hold the annotations of variables kept |
collapseFun |
statistical function for collapsing data across probes mapping to the same gene |
An ExpressionSet instance limited to genes in annovec, condensed if necessary using collapseFun to get one number per gene from multiple probes
Vince Carey <stvjc@channing.harvard.edu>
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.