samplecore
Sampling Strategies for Constructing Core Collections
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.9%) to scientific vocabulary
Keywords
core-collections
genebank
germplasm
pgr
plant-genetic-resources
r
Last synced: 9 months ago
·
JSON representation
·
Repository
Sampling Strategies for Constructing Core Collections
Basic Info
- Host: GitHub
- Owner: aravind-j
- Language: HTML
- Default Branch: master
- Homepage: https://aravind-j.github.io/SampleCore/
- Size: 1.96 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
core-collections
genebank
germplasm
pgr
plant-genetic-resources
r
Created about 1 year ago
· Last pushed about 1 year ago
Metadata Files
Readme
Citation
Codemeta
README.Rmd
---
output: rmarkdown::github_document
always_allow_html: true
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "",
fig.path = "man/figures/README-"
)
```
## `SampleCore`: Sampling Strategies for Constructing Core Collections
```{r,echo = FALSE, message = FALSE}
devtools::load_all(".", quiet = TRUE) # quiet = T for hiding macOS compiler warnings
```
###### Version : [`r getNamespaceVersion("SampleCore")`](https://aravind-j.github.io/SampleCore/); License: [GPL-2|GPL-3](https://www.r-project.org/Licenses/)
##### Aravind, J. and Suman Roy
Division of Germplasm Conservation, ICAR-National Bureau of Plant Genetic Resources, New Delhi.
***
[](https://cran.r-project.org/)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://github.com/aravind-j/SampleCore)
[](https://www.repostatus.org/#wip)
[](https://lifecycle.r-lib.org/articles/stages.html#maturing)
[)`-yellowgreen.svg)](https://github.com/aravind-j/SampleCore/)
[](https://aravind-j.github.io/SampleCore/)
***
## Description
`r gsub("\\n", "", pkgdown:::linkify(packageDescription("SampleCore", fields = "Description")))`
## Installation
The development version can be installed from github as follows:
```{r, eval=FALSE}
# Install development version from Github
devtools::install_github("aravind-j/SampleCore")
```
## What's new
To know whats new in this version type:
```{r, eval=FALSE}
news(package='SampleCore')
```
## Links
[Github page](https://github.com/aravind-j/SampleCore)
[Documentation website](https://aravind-j.github.io/SampleCore/)
## Citing `SampleCore`
To cite the methods in the package use:
```{r, eval = FALSE}
citation("SampleCore")
```
```{r, echo = FALSE}
detach("package:SampleCore", unload = TRUE)
suppressPackageStartupMessages(library(SampleCore))
cit <- citation("SampleCore")
# yr <- format(Sys.Date(), "%Y")
# cit[1]$year <- yr
# oc <- class(cit)
#
# cit <- unclass(cit)
# attr(cit[[1]],"textVersion") <- gsub("\\(\\)",
# paste("\\(", yr, "\\)", sep = ""),
# attr(cit[[1]],"textVersion"))
# class(cit) <- oc
cit
```
Owner
- Name: J. Aravind
- Login: aravind-j
- Kind: user
- Location: New Delhi, India
- Website: https://aravind-j.github.io/R-packages-gallery/
- Repositories: 11
- Profile: https://github.com/aravind-j
Scientist, Division of Germplasm Conservation, ICAR-National Bureau of Plant Genetic Resources
Citation (CITATION.cff)
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "SampleCore" in publications use:'
type: software
license: GPL-2.0-or-later
title: 'SampleCore: Sampling Strategies for Constructing Core COllections'
version: 0.0.0.9000
abstract: 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.
authors:
- family-names: Aravind
given-names: J.
email: j.aravind@icar.gov.in
orcid: https://orcid.org/0000-0002-4791-442X
- family-names: Roy
given-names: Suman
email: suman.roy@icar.gov.in
orcid: https://orcid.org/0000-0001-5612-8415
repository-code: https://github.com/aravind-j/SampleCore
url: https://aravind-j.github.io/SampleCore/
contact:
- family-names: Aravind
given-names: J.
email: j.aravind@icar.gov.in
orcid: https://orcid.org/0000-0002-4791-442X
- family-names: Roy
given-names: Suman
email: suman.roy@icar.gov.in
orcid: https://orcid.org/0000-0001-5612-8415
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "SampleCore",
"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.",
"name": "SampleCore: Sampling Strategies for Constructing Core COllections",
"relatedLink": "https://aravind-j.github.io/SampleCore/",
"codeRepository": "https://github.com/aravind-j/SampleCore",
"issueTracker": "https://github.com/aravind-j/SampleCore/issues",
"license": "https://spdx.org/licenses/GPL-2.0",
"version": "0.0.0.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R Under development (unstable) (2025-02-03 r87683 ucrt)",
"author": [
{
"@type": "Person",
"givenName": "J.",
"familyName": "Aravind",
"email": "j.aravind@icar.gov.in",
"@id": "https://orcid.org/0000-0002-4791-442X"
},
{
"@type": "Person",
"givenName": "Suman",
"familyName": "Roy",
"email": "suman.roy@icar.gov.in",
"@id": "https://orcid.org/0000-0001-5612-8415"
}
],
"copyrightHolder": [
{
"@type": "Organization",
"name": "ICAR-NBGPR"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "J.",
"familyName": "Aravind",
"email": "j.aravind@icar.gov.in",
"@id": "https://orcid.org/0000-0002-4791-442X"
},
{
"@type": "Person",
"givenName": "Suman",
"familyName": "Roy",
"email": "suman.roy@icar.gov.in",
"@id": "https://orcid.org/0000-0001-5612-8415"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "cluster",
"name": "cluster",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=cluster"
},
{
"@type": "SoftwareApplication",
"identifier": "EvaluateCore",
"name": "EvaluateCore",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=EvaluateCore"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "pander",
"name": "pander",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=pander"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5"
},
"SystemRequirements": null
},
"fileSize": "87.35KB"
}
GitHub Events
Total
- Delete event: 4
- Push event: 10
- Create event: 7
Last Year
- Delete event: 4
- Push event: 10
- Create event: 7
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0