Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/amplicon.plot.R
This function makes a chromOrd object.
1 | make.chromOrd(genome, gnames)
|
genome |
A character string. |
gnames |
A character vector of the genes to be selected. |
This function reads in a lot of annotation data and creates a list with one element for each chromosome. The elements of this list are indices indicating the order of the genes that are on that chromosome (and in the annotation data set being used).
A list of chromOrd type. One element for each chromosome. Suitable for reordering other values according to the chromosomal location.
Robert Gentleman
1 2 | data(sample.ExpressionSet)
make.chromOrd("hgu95A", featureNames(sample.ExpressionSet))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.