plotCOs {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

plotCOs(object, file = NULL)

Arguments

object

a RViterbi object.

file

file where to save the plot for CO numbers

Value

a plot

Examples


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


[Package RTIGER version 2.1.0 Index]