SampleOfLoci {pooledpeaks} | R Documentation |
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]))
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. |
Value
A data frame containing the sampled loci.
[Package pooledpeaks version 1.2.2 Index]