chromosomes {CGHbase} | R Documentation |
These generic functions access the position data
stored in the featureData of an object derived from the cghRaw-class
,
cghSeg-class
or cghCall-class
.
chromosomes(object) bpstart(object) bpend(object)
object |
Object derived from class cghRaw , cghSeg , or cghCall |
chromosomes
returns a vector of chromosome numbers;
bpstart
returns a vector of basepair start positions;
bpend
returns a vector of basepair end positions;
Sjoerd Vosse
cghRaw-class
, cghSeg-class
, cghCall-class