View source: R/validateMakeCNPmask.R
| validateMakeCNPmask | R Documentation |
makeCNPmask functionValidation of all parameters needed by the public
makeCNPmask function.
validateMakeCNPmask(imat, chromCol, startCol, endCol, nProf, uThresh, dThresh)
imat |
A |
chromCol |
A |
startCol |
A |
endCol |
A |
nProf |
A positive |
uThresh |
A |
dThresh |
A |
0.
Astrid DeschĂȘnes
data(segexample)
## Return zero as all parameters are valid
CNprep:::makeCNPmask(imat=segexample, chromCol="chrom",
startCol="start", endCol="end", nProf=1203, uThresh=0.20, dThresh=0.10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.