MappedRead-class {GenomeGraphs} | R Documentation |
Represents mapped reads
start
:"numeric"
, containing start position of the readsend
:"numeric"
, containing end position of the readsstrand
:"numeric"
, containing strand to which the reads mapchromosome
:"numeric"
, containing chromosome to which the reads map
signature(object = "MappedRead")
: ... Steffen Durinck
http://www.stat.berkeley.edu/~steffen/
## maybe str(MappedRead) ; plot(MappedRead) ...