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