chrNames {ChromHeatMap} | R Documentation |
This generic function simply returns the names of all the chromosomes represented by a given ChrStrandData or ChrStrandMatrix object. Note that not every sample associated with a ChrStrandData object need have data from every chromosome.
chrNames(object)
object |
Object derived from class ChrStrandData or ChrStrandMatrix |
chrNames(object)
returns a character vector listing the chromosomes.
Tim F Rayner