Learn R Programming

pooledpeaks (version 1.1.1)

SampleOfLoci: Sample Of Loci

Description

An internal function that supports ClusterFromSamples. Sample loci from a dataset based on the number of loci specified.

Usage

SampleOfLoci(aaax = data.frame, NLoci = max(aaax[, 1]))

Value

A data frame containing the sampled loci.

Arguments

aaax

A data frame containing the input data must be in LoadData style LoadData.

NLoci

An integer specifying the number of loci to sample.