CopyNumberChromosomalModel | R Documentation |
Package: aroma.core
Class CopyNumberChromosomalModel
Object
~~|
~~+--
ChromosomalModel
~~~~~~~|
~~~~~~~+--
CopyNumberChromosomalModel
Directly known subclasses:
CbsModel, CopyNumberSegmentationModel, GladModel, HaarSegModel, RawCopyNumberModel
public abstract static class CopyNumberChromosomalModel
extends ChromosomalModel
This abstract class represents a copy-number model.
CopyNumberChromosomalModel(cesTuple=NULL, refTuple=NULL, calculateRatios=TRUE, tags="*",
genome="Human", chromosomes=NULL, maxNAFraction=1/5, ...)
cesTuple |
A |
refTuple |
An optional |
calculateRatios |
A |
tags |
A |
genome |
A |
chromosomes |
(optional) A |
maxNAFraction |
A |
... |
Optional arguments that may be used by some of the subclass models. |
Methods:
extractRawCopyNumbers | Extracts relative copy numbers. | |
fit | Fits the model. | |
getChromosomeLength | - | |
getNames | - | |
getReference | - | |
isPaired | - | |
Methods inherited from ChromosomalModel:
as.character, fit, getAlias, getAromaGenomeTextFile, getAsteriskTags, getChipType, getChipTypes, getChromosomes, getFullName, getFullNames, getGenome, getGenomeData, getGenomeFile, getListOfAromaUgpFiles, getName, getNames, getParentPath, getPath, getReportPath, getRootPath, getSetTuple, getSets, getTags, indexOf, nbrOfArrays, nbrOfChipTypes, setChromosomes, setGenome
Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, names, objectSize, print, save, asThis
This class requires genome information annotation files for every chip type.
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.