chrid-class {rtracklayer}R Documentation

Class "chrid"

Description

An object representing a chromosome identifier. Meant to be used for subsetting trackSet instances by chromosome.

Objects from the Class

Instances may be created through a call of the form chrid(id), where id is the string identifier of the chromosome (e.g. "chr22").

Slots

.Data:
Object of class "character" holding the string representation of the chromosome ID.

Extends

Class "character", from data part. Class "vector", by class "character", distance 2. Class "characterORMIAME", by class "character", distance 2.

Methods

No methods defined with class "chrid" in the signature.

Author(s)

Michael Lawrence

See Also

chrid for obtaining instances of this class.

[.trackSet where instances of this class may be used for subsetting trackSet instances by chromosome.


[Package rtracklayer version 1.2.2 Index]