calcCOnumber | R Documentation |
Obtain number of Cross-Over events per sample and chromosome.
calcCOnumber(object)
object |
a RViterbi object. |
Matrix m x n. M number of samples and N chromosomes.
#' @return a matrix with n chromosomes and m samples (n x m) and the number of CO events.
data("fittedExample")
co.num = calcCOnumber(myDat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.