chrid-class {rtracklayer} | R Documentation |
An object representing a chromosome identifier. Meant to
be used for subsetting trackSet
instances by chromosome.
Instances may be created through a call of the form chrid(id)
,
where id
is the string identifier of the chromosome (e.g. "chr22").
.Data
:"character"
holding the
string representation of the chromosome ID.
Class "character"
, from data part.
Class "vector"
, by class "character", distance 2.
Class "characterORMIAME"
, by class "character", distance 2.
No methods defined with class "chrid" in the signature.
Michael Lawrence
chrid
for obtaining instances of this class.
[.trackSet
where instances of this class may be used for
subsetting trackSet
instances by chromosome.