haploSelect: Model selector for haplotype separation

View source: R/haploSelect.R

haploSelectR Documentation

Model selector for haplotype separation

Description

More details

Usage

haploSelect(data)

Arguments

data

Numeric observation matrix with nrow(data) being the number of SNP locations and ncol(data) the number of samples (e.g. time points).

Value

integer. The estimated number of essential haplotypes.

Examples

 data(ExampleDataset)
 haploSelect(data = Y)

MartaPelizzola/haploSep documentation built on May 26, 2023, 11:36 a.m.