Description Usage Arguments Value Author(s) References See Also Examples
Given an ExpressionSet, or a data matrix with row names corresponding
to the probe or gene IDs in an accompanying annotation package, this function
returns a data structure that can be used with the plotChrMap
function. This code is based on the Makesense method from the
geneplotter package, extended to use both the CHRLOC and CHRLOCEND
annotation environments from recent AnnotationDbi packages.
In principle, any AnnotationDbi-based package could be used to provide chromosome location data to this function; all that matters is that the probe or gene identifiers used by the annotation package should be from the same source as the data ExpressionSet featureNames or matrix row names.
1 | makeChrStrandData(expr, lib)
|
expr |
The ExpressionSet or data matrix to remap. |
lib |
The name of the annotation package to use. |
A ChrStrandData object suitable for use with plotChrMap.
Tim F Rayner
geneplotter, annotate and AnnotationDbi packages
plotChrMap
, ChrStrandData-class
1 2 | data('demo')
chrdata <- makeChrStrandData(exprs(ALLs.chr22), lib = "hgu95av2.db")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.