addSmooth
segment ratio values in Package `CNAnorm' using DNACopy
"addDNACopy"(object, independent.arms = FALSE, ideograms = NULL, DNAcopy.smooth = list(), DNAcopy.weight = character(), DNAcopy.segment = list())
"CNAnorm"
"CNAnorm"
signature(object = "CNAnorm")
"CNAnorm"
. Returns the same object with
extra slots (segMean
, segID
)'gaussian': windows with coverage more or less than 2*sd from the median are weighted down. Recommended for genome wide sequencing where coverage in the normal is far from poisson distribution.
'twoTailQuantile': windows with coverage outside 5-95th quantile are weighted down. Recommended when coverage is far from a normal distribution - such as capture experiments -
'oneTailQuantile': windows with coverage lower than 5th quantile are weighted down. Recommended when coverage is far from a normal distribution - such as capture experiments. Does not weight down windows with very high coverage.
segMean
, CNAnorm-class
, DNAcopy
, hg19_hs_ideogr
data(LS041)
CN <- dataFrame2object(LS041)
CN <- addDNACopy(CN)
Run the code above in your browser using DataLab