SampleCore: Sampling Strategies for Constructing Core Collections

Version : 0.0.0.9000; License: GPL-2|GPL-3
Description
Implements several sampling strategies for construction of core collections. These include 1) Stratified sampling based on group size 2) Stratified sampling based on group diversity 3) Sampling based on genetic distance between accessions. See the vignette for more, including full list of citations for the methods implemented.
Installation
The development version can be installed from github as follows:
# Install development version from Github
devtools::install_github("aravind-j/SampleCore")Citing SampleCore
To cite the methods in the package use:
citation("SampleCore")Warning in citation("SampleCore"): could not determine year for 'SampleCore' from package
DESCRIPTION file
To cite package 'SampleCore' in publications use:
Aravind J (????). _SampleCore: Sampling Strategies for Constructing Core
COllections_. R package version 0.0.0.9000,
<https://github.com/aravind-j/SampleCore>.
A BibTeX entry for LaTeX users is
@Manual{,
title = {SampleCore: Sampling Strategies for Constructing Core COllections},
author = {J. Aravind},
note = {R package version 0.0.0.9000},
url = {https://github.com/aravind-j/SampleCore},
}