Description Objects from the Class Slots Methods Author(s) Examples
A class of reading BAM files into R and grouping read-count windows into similar segments.
Objects can be created by calls of the form new("CNVrd2", ...)
.
windows
:Object of class "numeric"
indicating
a window size.
chr
:Object of class "character"
indicating the
chromosome of the region.
st
:Object of class "numeric"
indicating the
starting coordinate of the region.
en
:Object of class "numeric"
indicating the
ending coordinate of the region.
dirBamFile
:Object of class "character"
indicating a directory of BAM files.
dirCoordinate
:Object of class "character"
indicating a directory where all the positions of mapped reads
will be written out to prepare for the segmentation process.
genes
:Object of class "numeric"
indicating
gene coordinates.
geneNames
:Object of class "character"
indicating names of genes.
signature(Object = "CNVrd2")
: Count
reads in windows.
signature(Object = "CNVrd2")
: Plot traces
of samples.
signature(Object = "CNVrd2")
: Cluster
windows of read counts into regions having similar signal values.
Hoang Tan Nguyen, Tony R Merriman and MA Black. hoangtannguyenvn@gmail.com
1 | showClass("CNVrd2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.