Learn R Programming

GenomeGraphs (version 1.32.0)

MappedRead-class: Represents mapped reads

Description

Represents mapped reads

Arguments

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"): ...

References

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

Examples

Run this code
## maybe str(MappedRead) ; plot(MappedRead) ...

Run the code above in your browser using DataLab