MappedRead-class {GenomeGraphs}R Documentation

Represents mapped reads

Description

Represents mapped reads

Slots

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

Methods

show
signature(object = "MappedRead"): ...

Author(s)

Steffen Durinck

References

http://www.stat.berkeley.edu/~steffen/

Examples

## maybe str(MappedRead) ; plot(MappedRead) ...

[Package GenomeGraphs version 1.2.3 Index]