chrNames {ChromHeatMap}R Documentation

Retrieve chromosome names from an object.

Description

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.

Usage

chrNames(object)

Arguments

object

Object derived from class ChrStrandData or ChrStrandMatrix

Value

chrNames(object) returns a character vector listing the chromosomes.

Author(s)

Tim F Rayner

See Also

ChrStrandData-class


[Package ChromHeatMap version 1.34.0 Index]