Description Slots Details Methods Author(s) See Also
The alignmentClass
class records information about
a set of alignments of high-throughput sequencing data to a
genome.
alignments
:Object of class "GRanges"
.
Stores information about the alignments. See Details.
libnames
:Object of class "character"
. The
names of the libraries for which alignment data exists.
replicates
:Object of class "factor"
.
Replicate information for each of the libraries. See Details.
The alignments
slot is a GRanges
object defining the location of aligned
objects to a reference genome.
The replicates
slot is a vector of factors such that the ith
sample is a replicate of the jth sample if and only if @replicates[i] ==
@replicates[j]
.
The libnames
slot is a vector defining the names of the
libraries described by the object.
signature(x = "alignmentClass")
: ...
signature(x = "alignmentClass")
: ...
signature(.Object = "alignmentClass")
: ...
signature(object = "alignmentClass")
: ...
Thomas J. Hardcastle
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.