SampleOfLoci | R Documentation |
An internal function that supports ClusterFromSamples. Sample loci from a dataset based on the number of loci specified.
SampleOfLoci(aaax = data.frame, NLoci = max(aaax[, 1]))
aaax |
A data frame containing the input data must be in LoadData style LoadData. |
NLoci |
An integer specifying the number of loci to sample. |
A data frame containing the sampled loci.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.