Description Objects from the Class Slots Methods Author(s) See Also Examples
The class contains the Reduced Segment data matrix derived from the output of the segment method of DNACopy and provides functions to manipulate the data or perform other computational operations
Objects can be created by calls of the form new("RS", ...)
.
A constructor RS(rs, by, imput, XY) can also be used to intantiate
an object of this class
rs
:Object of class "ANY"
eith a matrix if
the RS is by region or gene or a list of matrix if the
RS is by sample pairs
by
:Object of class "character"
a
charactere string indicating how the RS matrix is obtained.
Valid values include region, gene, or pair
signature(x = "RS")
: Calculates the sample wise
correlation coefficients using the Reduced Segment matix
signature(x = "RS")
: Calculates the distance
between samples contained in the Reduced Segment matrix
signature(expr = "RS")
: filters features
by calling the genefilter function
signature(object = "RS")
: filters features
by mean absolute deviation
signature(object = "RS")
: get method for the by
slot of an RS object
signature(object = "RS")
: assignment method for
the rs slot
signature(object = "RS")
: get method for the by
slot of an RS object
signature(object = "RS")
: show method for an RS
object
Jianhua Zhang
1 2 3 4 5 | data("sampleData")
# take a subset of the data for speed
seg <- CNSeg(sampleData[which(is.element(sampleData[, "ID"], sample(unique(sampleData[, "ID"]), 20))), ])
rsByregion <- getRS(seg, by = "region", imput = TRUE, XY = FALSE, what = "median")
rsByregion
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.