View source: R/inferNoiseModel.R
inferNoiseModel | R Documentation |
Fitting noise model in data
inferNoiseModel(sampleNames, locNames, noisedata, AT, print2pdf = NULL)
sampleNames |
The samples names used for calibrating the noise model (should also count situations without noise) |
locNames |
The marker names used in calibration. |
noisedata |
A table with potential noise data (not typical stutters). Can be obtained from the ObtainStutterData function (noisetable) |
AT |
A detection threshold value or thresholds per marker. NULL ignores filtering. |
print2pdf |
Name of pdf file for plots |
Fitting two parts of the noise model: 1) Fitting the number of noise-observations (per sample) to a geometric distr (1 param) 2) Fitting the coverage/reads to the pareto distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.