You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Implements several sampling strategies for construction of corecollections. 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. -->
55
+
<!-- Implements multiple allocation and selection strategies of sampling to construct core collections primarily from clustered or grouped germplasm collection data. Provides methods for allocating entries to clusters/groups based on group sizes, group-wise distance-based diversity metrics, and group-wise diversity index estimates. Includes procedures for selecting entries within clusters/groups through random sampling, genetic distance-based approaches, and optimized diversity metric–based selection methods. See the package documentation for more, including full list of references for the methods implemented. -->
56
56
57
-
Implements several sampling strategies for construction of core
58
-
collections. These include 1) Stratified sampling based on group size 2)
59
-
Stratified sampling based on group diversity 3) Sampling based on
60
-
genetic distance between accessions. See the vignette for more,
61
-
including full list of citations for the methods implemented.
57
+
Implements multiple allocation and selection strategies of sampling to
58
+
construct core collections primarily from clustered or grouped germplasm
59
+
collection data. Provides methods for allocating entries to
60
+
clusters/groups based on group sizes, group-wise distance-based
61
+
diversity metrics, and group-wise diversity index estimates. Includes
62
+
procedures for selecting entries within clusters/groups through random
63
+
sampling, genetic distance-based approaches, and optimized diversity
64
+
metric–based selection methods. See the package documentation for more,
65
+
including full list of references for the methods implemented.
62
66
63
67
## Installation
64
68
@@ -166,16 +170,16 @@ citation("SampleCore")
166
170
167
171
To cite the R package 'SampleCore' in publications use:
168
172
169
-
Aravind, J., Roy, S., and Singh, A. M. (). SampleCore: Sampling Strategies for Constructing Core
170
-
Collections. R package version 0.0.0.9000, https://aravind-j.github.io/SampleCore/.
173
+
Aravind, J., Roy, S., and Singh, A. M. (). SampleCore: Sampling Strategies for Constructing Core Collections. R
174
+
package version 0.1.0, https://aravind-j.github.io/SampleCore/.
171
175
172
176
A BibTeX entry for LaTeX users is
173
177
174
178
@Manual{,
175
179
title = {SampleCore: Sampling Strategies for Constructing Core Collections},
176
180
author = {J. Aravind and Suman Roy and Anju Mahendru Singh},
177
-
note = {R package version 0.0.0.9000 https://aravind-j.github.io/SampleCore/},
181
+
note = {R package version 0.1.0 https://aravind-j.github.io/SampleCore/},
178
182
}
179
183
180
-
This free and open-source software implements academic research by the authors and co-workers. If you use
181
-
it, please support the project by citing the package.
184
+
This free and open-source software implements academic research by the authors and co-workers. If you use it, please
0 commit comments