TSDFGS

Training set determination for genomic selection.

https://github.com/oumarkme/tsdfgs

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 10 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.6%) to scientific vocabulary

Keywords

genomic-prediction genomic-selection r r-package
Last synced: 9 months ago · JSON representation

Repository

Training set determination for genomic selection.

Basic Info
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 2
  • Open Issues: 1
  • Releases: 3
Topics
genomic-prediction genomic-selection r r-package
Created about 4 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

TSDFGS

CRAN status R-CMD-check Lifecycle: stable

This package provides two useful tools for determining a proper train genomic selection or prediction training set. To better predict of the genomic estimated breeding values (GEBV), the training set should be optimized as highly genomic correlated with the test set as possible. Several criteria have been published previously, including:

Our research provides an alternative criterion, r-score, which is Pearson's correlation between GEBVs and phenotypic values of a test set. We could determine both a reasonable training set size and an optimal training set for building a prediction model with the criteria. Both functions are provided in our package.

For more information on the method, please check our published article:

Installation

The development version of TSDFGS can be installed from GitHub (recommend):

``` r

library(devtools)

install_github("oumarkme/TSDFGS", dependencies = TRUE, force = TRUE) ```

You may also install the stable version from CRAN, which the most recent function may not include.

r install.packages("TSDFGS")

  • All functions were developed under r version 4.3.1 and tested in version 4.1.1. However, we recommend you use this package with R version > 4.0.
  • Rcpp and RcppEigen were used in the package. In addition, the core C++ scripts were published on GitHub for those who want a better performance.

Old versions are available on GitHub. You may download the source file and install it locally.

Main functions

  • r_score: available for calculating r-score (more).
  • pev_score: Function for calculating PEV score (more).
  • cd_score: Function for Calculating CD score (more).
  • optTrain: Function for determining optimal training set (more).
  • SSDFGS: Function for determining reasonable training set size (more).

Note that cd_score() and pev_score() functions are also available from the STPGA package by Deniz Akdemir. Try their package for advanced usage.

If you want to install the recent version of the r_score() function independently, you may download the rscore.cpp script from my GitHub repo and install it by:

r library(Rcpp, RcppEigen) download.file("https://raw.githubusercontent.com/oumarkme/TSDFGS/main/src/rscore.cpp", "rscore.cpp") Rcpp::sourceCpp("rscore.cpp")

Example dataset

An example of data provided for testing this package. Zhao et al. (2011) published the rice genome data in their research. The raw dataset is available on the Rice Diversity website. The pre-arranged dataset is available in this GitHub repository, and you may be loaded in R by

r download.file("https://github.com/oumarkme/TSDFGS/raw/main/data/geno.rda", "geno.rda") load("geno.rda")

Authors

  • Jen-Hsiang Ou
    • Author, maintainer
    • E-mail: jen-hsiang.ou\@imbim.uu.se{.email}
    • Department of Medical Biochemistry and Microbiology, Uppsala University, Uppsala, Sweden
  • Po-Ya Wu
    • Author
    • E-mail: Po-Ya.Wu\@hhu.de{.email}
    • Institute for Quantitative Genetics and Genomics of Plants, Heinrich Heine University, Düsseldorf, Germany
  • Chen-Tuo Liao
    • Author, thesis advisor
    • E-mail: ctliao\@ntu.edu.tw{.email}
    • Department of Agronomy, National Taiwan University, Taipei, Taiwan

Citing this package

If you make use of the TSDFGS package in your research, we would appreciate a citation of the following papers:

Owner

  • Name: Jen-Hsiang Ou
  • Login: oumarkme
  • Kind: user
  • Location: Uppsala, Sweden
  • Company: Uppsala University

I am a doctoral student at Uppsala University in bioinformatics.

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 29
  • Total Committers: 1
  • Avg Commits per committer: 29.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 10
  • Committers: 1
  • Avg Commits per committer: 10.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jen-Hsiang Ou o****e@o****m 29

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 3.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
Top Authors
Issue Authors
  • oumarkme (1)
Pull Request Authors
Top Labels
Issue Labels
documentation (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 219 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: TSDFGS

Training Set Determination for Genomic Selection

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 219 Last month
Rankings
Forks count: 17.0%
Dependent repos count: 23.9%
Stargazers count: 25.5%
Dependent packages count: 28.7%
Average: 33.1%
Downloads: 70.4%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • Rcpp >= 1.0.9 imports
  • RcppEigen * imports
  • STPGA * imports
  • lifecycle * imports