Description Objects from the Class Slots Methods Author(s) See Also Examples
Stores processed bam files in a RangedData
format. Each read is
split into disjoint ranges according to its cigar code.
Objects are created with a call to procBam
.
GRanges
indicating chromosome, start and end
of each disjoint range. The pair id and read id within the pair
are also stored.
GRanges
indicating chromosome, start and end
of junctions spanned by reads.
Logical variable. TRUE
indicates that the
reads were obtained from and RNA-seq experiment where strand
information was preserved.
In the case of stranded experiments:
GRanges
indicating chromosome, start and end of
each disjoint range for fragments originated from the positive
strand. The pair id and read id within the pair are also stored.
GRanges
indicating chromosome, start and end
of each disjoint range for fragments originated from the
negative strand. The pair id and read id within the pair are
also stored.
GRanges
indicating chromosome, start and end
of junctions spanned by reads originated from the positive strand.
GRanges
indicating chromosome, start and end
of junctions spanned by reads originated from the negative
strand.
signature(object = "procBam")
: Displays general
information about the object.
signature(x = "procBam")
: Extracts the
aligned reads stored in x
.
Camille Stephan-Otto Attolini, David Rossell
1 | showClass("procBam")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.