Description Usage Arguments Value Note Author(s) References See Also Examples
peakPloidy
Estimate most likely ploidy of genome looking at distribution of smoothed ratio.
1 2 3 4 |
object |
An object of Class |
exclude |
A character vector with names of Chromosomes/Contigs not to use to estimate ploidy. |
method |
A character element matching either |
ploidyToTest |
Maximum ploidy allowed. Warnings! Computation time
increases exponentially with this parameter if using |
adjust |
The |
n |
The |
force.smooth |
If the input object does not have smoothed ratio, it will smooth
using |
sd |
Parameter to filter outliers. Values greater than i median + sd * standard deivations will be ignored while detecting peaks and ploidy. |
dThresh |
Parameter to filter outliers. Values with a density lower than max(density)*dThresh will be ignored while detecting peaks and ploidy. |
reg |
Parameter for mixture model: If set TRUE, the starting point for EM algorithm will be optimized through several methods including regular grid on the ratio distribution. The default is FALSE, by which the starting values are taken from the quantiles of the distribution. |
ds |
Parameter for mixture model: A constraint in EM algorithm of minimum distance between mean estimates, in terms of median standard deviation of the mixture components. |
zero.cont |
Parameter for mixture model: An argument for the mixture model. If set TRUE, the EM algorithm considers exactly-zero ratios as a mixture component. |
... |
Extra parameters to be passed to funtions for peak detection, specific to each of the methods (deinsity or mixture), se below for details. |
An object of class "CNAnorm"
Other optional parameters to be passed (...)
mixture method
density method
peakRatioThreshold used to call a peak. Peaks smaller than
maxPeakHight/peakRatio
are not considered peaks.
spacingToleranceA parameter smaller than 1 which describes how strict the program should be on alternative solutions. Only solution with the best R^2 >= max(R^2)*spacingTolerance will be considered as valid.
interceptRatioMinimum value for the intercept of the linear model. Ideally, should be zero, but the default allows a little flexibility.
Stefano Berri s.berri@leeds.ac.uk and Arief Gusnanto a.gusnanto@leeds.ac.uk
Gusnanto, A., Wood, H.M., Pawitan, Y., Rabbitts, P. and Berri, S. (2011) Correcting for cancer genome size and tumour cell content enables better estimation of copy number alterations from next generation sequence data. Bioinformatics
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.