TSDFGS

CRAN status R-CMD-check Lifecycle: stable

In this package, we provide two useful tools for determine a reasonable training set for genomic selection or prediction. In order to have a better prediction to the genomic This package provides two useful tools for determining a proper training set for genomic selection or prediction. In order to have a better prediction 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 derived from 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):

# 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.

install.packages("TSDFGS")

Main functions

Example dataset

An example data provided for testing this package. The rice genome data was published by Zhao et al. (2011) in their research. Raw dataset is available at the Rice Diversity website. Pre-arranged dataset is available in this GitHub repository and you may loaded in R by

load(url("https://github.com/oumarkme/TSDFGS/raw/main/data/rice.RData"))