calcCOnumber {RTIGER}R Documentation

Obtain number of Cross-Over events per sample and chromosome.

Description

Obtain number of Cross-Over events per sample and chromosome.

Usage

calcCOnumber(object)

Arguments

object

a RViterbi object.

Value

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.

Examples


data("fittedExample")
co.num = calcCOnumber(myDat)


[Package RTIGER version 2.1.0 Index]