Description Usage Arguments Value Author(s) Examples
This S4 function is used to extract chromosome indexes or names for Chrom object,
a Map object, or a data frame.
| 1 2 3 4 5 6 7 | namesOfChrom(object)
## S4 method for signature 'Chrom'
namesOfChrom(object)
## S4 method for signature 'Map'
namesOfChrom(object)
 | 
| object | An input object, which can be a  | 
Chromosome names of the input object.
Nick X-L Wu
| 1 2 | data("bov80K")
namesOfChrom(bov80K)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.