Learn R Programming

RTIGER (version 2.1.0)

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

Description

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

Usage

calcCOnumber(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.

Arguments

object

a RViterbi object.

Examples

Run this code

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

Run the code above in your browser using DataLab