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