CNAcluster | R Documentation |
This function clusters CNAs into different states using a Gaussian Mixed Model based clustering strategy.
CNAcluster(Y, cp, L)
Y |
The numeric vector of the intensities of markers, which is the estimated mean vector in our study. |
cp |
The numeric vector of the position index for the identified change-points. |
L |
Repeat times in the EM algorithm, defaults to 100. |
The return is the clustered CNA segments with the start position and end position, length of the CNA and the copy number states (duplication or deletion). It also returns a vector of final candidates of change-points.
newcp |
The final list of change-points. |
h |
The bandwidth used for the identification of change-points. |
CNA.state |
Copy number state for each CNA. |
CNA.start |
Start position of each CNA. |
CNA.end |
End position of each CNA. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.