Description Usage Arguments Details Value See Also Examples
LRRtoCNA
Converts LRR to segmented copy number using the circular
binart segmentation (CBS) algorithm.
1 2 |
LRR |
Matrix of LRR from |
sampID |
Sample IDs. Default: NULL, uses |
ncores |
Integer. Default: 1L. Define number of cores for parallel segmentation. See details. |
seg.undo.splits |
Undo.splits argument for |
seg.undo.SD |
undo.SD argument for |
... |
Passes arguments to |
This function coerces the LRR file into a suitable input for
the CNA
, smooth.CNA
, and segment
algorithm
provided by the DNAcopy
package. Parallelization for segmentation
of ParDNAcopy
package is implemented when ncores
>= 2L.
A segmented DNAcopy object. See segment
.
CNA
smooth.CNA
segment
parSegment
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.