Description Objects from the Class Slots Details Methods Author(s) See Also
The alignmentMeth
class inherits from the
alignmentClass
class and records information about
a set of alignments of high-throughput sequencing data to a
genome. Details include the alignments themselves, the
chromosomes of the genome to which the data are aligned, and
counts of the aligned tags from each of the libraries from which the
data come.
Objects can be created by calls of the form new("alignmentMeth",
...)
, but more usually by using one of readBAM
or
readGeneric
functions to generate the object from a set of
alignment files.
alignments
:Object of class "GRanges"
.
Defines the location of sequenced cytosines, amongst other data. 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.
Cs
:Object of class "matrix"
. For each
cytosine described in the alignments
slot, contains the
number of times the cytosine is sequenced as a 'C', and is thus
methylated.
Ts
:Object of class "matrix"
. For each
cytosine described in the alignments
slot, contains the
number of times the cytosine is sequenced as a 'T', and is thus
unmethylated.
nonconversion
:Object of class "numeric"
. The
(estimated) nonconversion rate (see Details) for each of the libraries.
The nonconversion slot is an estimate of the rate (for each library) at which an unmethylated cytosine has failed to be converted by sodium bisulphite treatment into thymine, and is thus recorded (incorrectly) as methylated. In some cases, this can be estimated from considering observed methylation rates on regions known to be unmethylated (e.g., chloroplasts) or by introducing unmethylated control sequences.
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]
.
signature(x = "alignmentMeth")
: ...
signature(x = "alignmentMeth")
: ...
signature(.Object = "alignmentMeth")
: ...
signature(object = "alignmentMeth")
: ...
Thomas J. Hardcastle
alignmentClass
, the class from which
'alignmentMeth'
inherits.
readMeths
, which will produce a 'alignmentMeth'
object from files generated by the YAMA aligner.
processAD
, which will convert an 'alignmentMeth'
object into a 'segData' object for segmentation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.