VoteCount: Votting the final haplotype

View source: R/voteHap.R

VoteCountR Documentation

Votting the final haplotype

Description

Votting the final haplotype

Usage

VoteCount(sample, input, hap_co, npol)

Arguments

input

Pollen data after pre-processing

hap_co

haplotype & co lists

npol

pollen numbers

Value

haplotype lists

Examples

library(IIIandMe)
input<- PreProcessing(sample)
res<- HapCo(input, 5)
hap<- res[[1]]
co<- res[[2]]
VoteCount(sample, input, res, 5)

Jialab-UCR/IIIandMe documentation built on Jan. 5, 2023, 1:32 a.m.