Last updated: 2020-10-27

Checks: 2 0

Knit directory: NRCRI_2020GS/

This reproducible R Markdown analysis was created with workflowr (version 1.6.2). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.

The results in this page were generated with repository version f612355. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .DS_Store
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/
    Ignored:    analysis/.DS_Store
    Ignored:    data/.DS_Store
    Ignored:    output/.DS_Store

Untracked files:
    Untracked:  CrossValidationFunction_PlusNRCRI_2020GSnotes.gslides
    Untracked:  data/DatabaseDownload_2020Oct13/
    Untracked:  data/Report-DCas20-5510/Report_5510_Counts_Ref_Version6.csv
    Untracked:  data/chr1_RefPanelAndGSprogeny_ReadyForGP_72719.fam
    Untracked:  output/DosageMatrix_NRCRI_2020Oct15.rds
    Untracked:  output/DosageMatrix_NRCRI_SamplesForGP_2020April27.rds
    Untracked:  output/Kinship_AA_NRCRI_2020April27.rds
    Untracked:  output/Kinship_AD_NRCRI_2020April27.rds
    Untracked:  output/Kinship_AD_NRCRI_2020Oct15.rds
    Untracked:  output/Kinship_A_NRCRI_2020April27.rds
    Untracked:  output/Kinship_A_NRCRI_2020Oct15.rds
    Untracked:  output/Kinship_DD_NRCRI_2020April27.rds
    Untracked:  output/Kinship_D_NRCRI_2020April27.rds
    Untracked:  output/Kinship_D_NRCRI_2020Oct15.rds
    Untracked:  workflowr_log.R

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the repository in which changes were made to the R Markdown (analysis/index.Rmd) and HTML (docs/index.html) files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view the files as they were in that past version.

File Version Author Date Message
Rmd 70302ab wolfemd 2020-10-27 Start workflowr project.
html 10e5980 wolfemd 2020-10-16 Build site.
Rmd cc2531e wolfemd 2020-10-16 Fixing broken links
html dcb32fd wolfemd 2020-10-16 Build site.
Rmd 2b1df03 wolfemd 2020-10-16 Start workflowr project.
html 0036b9f wolfemd 2020-10-09 Build site.
html 587bebe wolfemd 2020-10-09 Build site.
Rmd d476932 wolfemd 2020-10-09 Start workflowr project.
html 4c19980 wolfemd 2020-04-28 Build site.
Rmd ec66857 wolfemd 2020-04-28 Start workflowr project.
Rmd 3afe1bc wolfemd 2020-04-21 Start workflowr project.

This repository and website documents all analyses, summary, tables and figures associated with NRCRI genomic prediction and related procedures (e.g. imputation).

April Genomic Prediction

Re-prediction of NRCRI germplasm. Updating available training data as of April 2020. Produce GEBV and GETGV.

  1. Prepare a training dataset: Download data from DB, “Clean” and format DB data.
  2. Curate by trait-trial: Model each trait-trial separately, remove outliers, get BLUPs.
  3. Get BLUPs combining all trial data: Combine data from all trait-trials to get BLUPs for downstream genomic prediction.
  4. Check prediction accuracy: Evaluate prediction accuracy with cross-validation.
  5. Genomic prediction of GS C2: Predict genomic BLUPs (GEBV and GETGV) for all selection candidates using all available data.

October Imputations

DCas20-5440

From Princess Onyyegbule on Sep 22, 2020: “These samples are from materials for inbreeding depression after one self-pollinated generation in two elite cassava varieties (TMS980581 and TMS070337). We want to assess the possibility of obtaining genetic gain by selecting transgressive individuals based on several productive traits, mostly high dry matter content.”

Steps:

  1. Convert DCas20-5440 report to VCF for imputation:
  2. Impute DCas20-5440: with West Africa reference panel

Files:

  • RefPanel VCF filename: chr*_ImputationReferencePanel_StageIIpartI_72219.vcf.gz
  • Imputed filename: chr*_DCas20_5440_WA_REFimputed.vcf.gz
  • Post-impute filtered filename: chr*_DCas20_5440_WA_REFimputedAndFiltered.vcf.gz
  • Genome-wide dosage matrix format for use in R: DosageMatrix_DCas20_5440_WA_REFimputedAndFiltered.rds

DCas20-5510

GS C3.

Steps:

  1. Convert DCas20-5510 report to VCF for imputation:
  2. Impute DCas20-5510: with West Africa reference panel

Files:

  • RefPanel VCF filename: chr*_ImputationReferencePanel_StageIIpartI_72219.vcf.gz
  • Imputed filename: chr*_DCas20_5510_WA_REFimputed.vcf.gz
  • Post-impute filtered filename: chr*_DCas20_5510_WA_REFimputedAndFiltered.vcf.gz
  • Genome-wide dosage matrix format for use in R: DosageMatrix_DCas20_5510_WA_REFimputedAndFiltered.rds

October Genomic Prediction

I will update the prediction done in April and predict GEBV/GETGV for all samples in the two new reports (DCas20-5440 and DCas20-5510). I learned some lessons doing a prediction for IITA in September.

To fit the mixed-model that I want, I am again resorting to asreml-R. I fit random effects for rep and block only where complete and incomplete blocks, respectively are indicated in the trial design variables. sommer should be able to fit the same model via the at() function, but I am having trouble with it and sommer is much slower even without a dense covariance (i.e. a kinship), compared to lme4::lmer() or asreml(). Note: For genomic predictions I do use sommer.

  1. Prepare training dataset: Download data from DB, “Clean” and format DB data.
  2. Get BLUPs combining all trial data: Combine data from all trait-trials to get BLUPs for downstream genomic prediction.
    • Fit mixed-model to multi-trial dataset and extract BLUPs, de-regressed BLUPs and weights. Include two rounds of outlier removal.
  3. Check prediction accuracy: Evaluate prediction accuracy with cross-validation.
    • Compare prediction accuracy with vs. without IITA’s training data to augment.
  4. Genomic prediction: Predict genomic BLUPs (GEBV and GETGV) for all selection candidates using all available data.
  5. Results: New home for plots and other results.

Files: everything is in the output/ sub-directory.

DOWNLOAD FROM CASSAVABASE FTP SERVER

or

DOWNLOAD FROM GitHub

Data availability and reproducibility

The R package workflowr was used to document this study reproducibly.

Much of the supporting data and output from the analyses documented here are too large for GitHub.

The repository will be mirrored, here: ftp://ftp.cassavabase.org/marnin_datasets/NRCRI_2020GS/ with all data.

Directory structure of this repository

NOTICE: data/ and output/ are empty on GitHub. Please see ftp://ftp.cassavabase.org/marnin_datasets/NRCRI_2020GS/ for access.

  1. data/: raw data (e.g. unimputed SNP data)
  2. output/: outputs (e.g. imputed SNP data)
  3. analysis/: most code and workflow documented in .Rmd files
  4. docs/: compiled .html, “knitted” from .Rmd

Supporting functions code/

The analyses in the html / Rmd files referenced above often source R scripts in the code/ sub-folder.