Science Score: 36.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
    Links to: plos.org, frontiersin.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: py-chung
  • Language: R
  • Default Branch: main
  • Size: 1.31 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created about 4 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

IPLGP

In this package, we provide a tool to select parental lines for multiple traits in plant breeding. To confirm the potential of a set of parental lines, this package provides two useful tools. One is D-score, which is a new criterion we proposed in our study for determine the potential of a set of parental line. The other is the simulation test of the breeding process. There are three strategy in our simulation test, which is (i) GEBV-O considers only genomic estimated breeding values (GEBVs) of the candidate individuals; (ii) GD-O considers only genomic diversity (GD) of the candidate individuals; and (iii) GEBV-GD considers both GEBV and GD.

Installation

IPLGP can be installed form GitHub by the following command:
```install_github

library(devtools)

install_github("py-chung/IPLGP", dependencies = TRUE, force = TRUE) ```

And IPLGP can be installed form CRAN by the following command: install.packages install.packages("IPLGP")

Main functions

  • GA.Dscore() Fonction for getting a set with highest D-score by genetic algorithm.
  • GBLUP.fit() Fonction for getting the fitting values of a set of individuals by GBLUP.
  • geno.d() Fonction for getting the design matrix and kinship matrix of dominance effects.
  • phe.sd() Fonction for getting the standardize phenotypic values.
  • simu.gamete() Fonction for simulating the genotype of a gamete.
  • simu.GDO() Fonction for simulating the progeny with GD-O strategy.
  • simu.GEBVO() Fonction for simulating the progeny with GEBV-O strategy.
  • simu.GEBVGD() Fonction for simulating the progeny with GEBV-GD strategy.
  • output.best() Fonction for obtaining the GEBV average curves and the summary statistics form the output of simulation test.
  • output.gain() Fonction for obtaining the genetic gain average for each target trait form the output of simulation test.

More information can be seen in the following file:
Package ‘IPLGP’

Example dataset

The example dataset is provided to test this package. The rice genome dataset we used in our study was presented in Spindel et al. (2015). The data was processed by us and contains 328 individuals and 10772 SNPs. The SNP data and phenotype data can be downloaded from GitHub by the following command:

load.url load(url("https://github.com/py-chung/IPLGP/raw/main/inst/extdata/snp.trop.RDATA")) load(url("https://github.com/py-chung/IPLGP/raw/main/inst/extdata/phe.trop.RDATA"))

Or it can be loaded form package after install IPLGP by the following command:

load.sys load(system.file("extdata", "snp.trop.RDATA", package = "IPLGP")) load(system.file("extdata", "phe.trop.RDATA", package = "IPLGP"))

Citing this package

For more imformation about our method, please check our published article:
+ Ping-Yuan Chung, Chen-Tuo Liao. 2020. Identification of superior parental lines for biparental crossing via genomic prediction. PLoS ONE 15(12):e0243159. doi: 10.1371/journal.pone.0243159 + Ping-Yuan Chung,Chen-Tuo Liao. 2022. Selection of parental lines for plant breeding via genomic prediction. Front Plant Sci. 2022; 13: 934767. doi: 10.3389/fpls.2022.934767

If you use IPLGP in your research, we would appreciate your citation of the study article.

Owner

  • Login: py-chung
  • Kind: user

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 51
  • Total Committers: 1
  • Avg Commits per committer: 51.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 2
  • Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
py-chung 1****g 51

Issues and Pull Requests

Last synced: 11 months ago

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

Packages

  • Total packages: 1
  • Total downloads:
    • cran 176 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 10
  • Total maintainers: 1
cran.r-project.org: IPLGP

Identification of Parental Lines via Genomic Prediction

  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 176 Last month
Rankings
Forks count: 21.9%
Dependent packages count: 29.8%
Average: 34.1%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Downloads: 48.3%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • ggplot2 * imports
  • grDevices * imports
  • sommer * imports
  • stats * imports