ploidy<- | R Documentation |
ploidy
slot in an
parameterOptions
object
Setter Method for the ploidy
slot in an
parameterOptions
object
ploidy(object)<- value
object |
|
value |
|
Default value for ploidy
is set a 2. It should be mentioned that
ChIPanalyser is based on a model that also considers the ploidy of the
organism however this only considers simple polyploidy (or haploidy). T
he model does not consider hybrids such as wheat.
Returns a parameterOptions
object with an updated
value for the ploidy
slot.
Patrick C. N. Martin <pm16057@essex.ac.uk>
Zabet NR, Adryan B (2015) Estimating binding properties of transcription factors from genome-wide binding profiles. Nucleic Acids Res., 43, 84–94.
# Building parameterOptions object OPP <- parameterOptions() #Setting new Value for maxSignal ploidy(OPP) <- 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.