Learn R Programming

aroma.core (version 2.4.1)

HaarSegModel: The HaarSegModel class

Description

Package: aroma.core Class HaarSegModel Object ~~| ~~+--ChromosomalModel ~~~~~~~| ~~~~~~~+--CopyNumberChromosomalModel ~~~~~~~~~~~~| ~~~~~~~~~~~~+--CopyNumberSegmentationModel ~~~~~~~~~~~~~~~~~| ~~~~~~~~~~~~~~~~~+--HaarSegModel Directly known subclasses: public static class HaarSegModel extends CopyNumberSegmentationModel This class represents the Haar wavelet-based segmentation (HaarSeg) model [1].

Usage

HaarSegModel(cesTuple=NULL, ..., breaksFdrQ=1e-04)

Arguments

breaksFdrQ
Default tuning parameters specific to the HaarSeg algorithm.
...
Arguments passed to the constructor of CopyNumberSegmentationModel.

Fields and Methods

Methods: rll{ getFitFunction - } Methods inherited from CopyNumberSegmentationModel: fit, getAsteriskTags, getFitFunction, getFullNames, getRegions, getTags, plot, plotCopyNumberRegionLayers, writeRegions Methods inherited from CopyNumberChromosomalModel: as.character, calculateChromosomeStatistics, calculateRatios, clearCache, estimateSds, extractRawCopyNumbers, fit, getChromosomeLength, getDataFileMatrix, getNames, getOptionalArguments, getPairedNames, getReferenceSetTuple, getRefSetTuple, isPaired, newPlot, plotAxesLayers, plotChromosomesLayers, plotCytobandLayers, plotFitLayers, plotGridHorizontalLayers, plotRawCopyNumbers, plotSampleLayers Methods inherited from ChromosomalModel: as.character, clearCache, fit, getAlias, getAromaGenomeTextFile, getAsteriskTags, getChipType, getChipTypes, getChromosomes, getFullName, getFullNames, getGenome, getGenomeData, getGenomeFile, getListOfAromaUgpFiles, getName, getNames, getParentPath, getPath, getReportPath, getRootPath, getSets, getSetTuple, getTags, indexOf, nbrOfArrays, nbrOfChipTypes, setGenome Methods inherited from Object: asThis, getChecksum, $, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, registerFinalizer, save

References

[1] Ben-Yaacov E. and Eldar YC. A fast and flexible method for the segmentation of aCGH data, Bioinformatics, 2008. http://www.ee.technion.ac.il/Sites/People/YoninaEldar/Info/software/HaarSeg.htm

See Also

CopyNumberSegmentationModel.