View source: R/CNVMetricsInternalMethods.R
validatecalculateLog2ratioMetricParameters | R Documentation |
calculateLog2ratioMetric
functionValidation of all parameters needed by the public
calculateLog2ratioMetric
function.
validatecalculateLog2ratioMetricParameters(
minThreshold,
excludedRegions,
nJobs
)
minThreshold |
a single positive |
excludedRegions |
an optional |
nJobs |
a single positive |
0
.
Astrid DeschĂȘnes
## Return zero as all parameters are valid
CNVMetrics:::validatecalculateLog2ratioMetricParameters(
minThreshold=0.9, excludedRegions=NULL, nJobs=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.