-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.33 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: SampleCore
Title: Sampling Strategies for Constructing Core Collections
Version: 0.0.0.9000
Authors@R: c(
person(given = "J.", family = "Aravind",
email = "j.aravind@icar.org.in",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4791-442X")),
person(given = "Suman", family = "Roy",
email = "suman.roy@icar.org.in",
role = c("aut"),
comment = c(ORCID = "0000-0001-5612-8415")),
person("ICAR-NBGPR",
role = c("cph"),
comment = c(url = "www.nbpgr.org.in")))
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.
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.3.2
BuildManual: TRUE
Imports: mathjaxr,
Rdpack,
stats,
utils
Suggests: cluster,
EvaluateCore,
knitr,
pander,
rmarkdown
RdMacros: mathjaxr,
Rdpack
Copyright: 2024-2025, ICAR-NBPGR
URL: https://github.com/aravind-j/SampleCore
https://aravind-j.github.io/SampleCore/
BugReports: https://github.com/aravind-j/SampleCore/issues
Depends:
R (>= 3.5)