CNA.out | R Documentation |
This function clusters the identified change-points to make final CNA calling. The potential CNA segments between two neighbor candidate change-points are assigned to different copy number states according to the estimated mean matrix from FLCNA R function. We use three clusters including duplication, normal state and deletion. A Gaussisan Mixture Model based clustering strategy was applied to assign each segment to the most likely cluster/state.
CNA.out(mean.matrix, LRR, Clusters, ref, cutoff = 0.4, L = 100)
mean.matrix |
The cluster mean matrix estimated from FLCNA R function. |
cutoff |
Cutoff value to further control the number of CNAs, the larger value of cutoff, the smaller number of CNAs. The default is 0.35. |
L |
Repeat times in the EM algorithm, defaults to 100. |
The return is the clustered CNA segments with start position, end position and copy number states.
state |
The CNA states assigned. |
start |
The start point of CNAs. |
end |
The end point of CNAs. |
chr |
Chromosome of CNAs. |
width |
The width of CNAs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.