Last updated: 2021-08-09

Checks: 2 0

Knit directory: IITA_2021GS/

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 6f2057f. 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:  IITA_2021GS.Rproj
    Untracked:  code/convertDart2vcf.R
    Untracked:  code/imputationFunctions.R
    Untracked:  data/DatabaseDownload_2021Aug08/
    Untracked:  data/DatabaseDownload_2021May04/
    Untracked:  data/GBSdataMasterList_31818.csv
    Untracked:  data/IITA_GBStoPhenoMaster_33018.csv
    Untracked:  data/NRCRI_GBStoPhenoMaster_40318.csv
    Untracked:  data/PedigreeGeneticGainCycleTime_aafolabi_01122020.xls
    Untracked:  data/Report-DCas21-6038/
    Untracked:  data/chr1_RefPanelAndGSprogeny_ReadyForGP_72719.fam
    Untracked:  output/IITA_CleanedTrialData_2021Aug08.rds
    Untracked:  output/IITA_trials_NOT_identifiable.csv
    Untracked:  output/maxNOHAV_byStudy.csv

Unstaged changes:
    Modified:   analysis/05-CrossValidation.Rmd
    Modified:   analysis/06-GenomicPredictions.Rmd
    Modified:   analysis/07-Results.Rmd
    Deleted:    analysis/inputsForSimulation.Rmd
    Deleted:    implementGMSinCassava.Rproj
    Deleted:    output/README.md
    Deleted:    output/cvAD_5rep5fold_predAccuracy.rds
    Deleted:    output/cvDirDom_5rep5fold_predAccuracy.rds
    Deleted:    output/estimateSelectionError.rds

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 6f2057f wolfemd 2021-08-09 Publish project. Imputation completed. Run and complete ‘cleanTPdata’ step.
html 934141c wolfemd 2021-07-14 Build site.
html cc1eb4b wolfemd 2021-07-14 Build site.
Rmd 772750a wolfemd 2021-07-14 DirDom model and selection index calc fully integrated functions.
html 5e45aac wolfemd 2021-06-18 Build site.
html df7a366 wolfemd 2021-06-10 Build site.
Rmd c28400f wolfemd 2021-06-10 github link added
html e66bdad wolfemd 2021-06-10 Build site.
Rmd a8452ba wolfemd 2021-06-10 Initial build of the entire page upon completion of all
Rmd 8a0c50e wolfemd 2021-05-04 Start workflowr project.

See the Results here!

August 2021

Imputation of DCas21_6038

Steps:

  1. Convert DCas21-6038 report to VCF for imputation:
  2. Impute DCas21-6038: with West Africa reference panel merged with additional GS progeny (IITA TMS18)

Files: Access on Cassavabase FTP server here, use “Guest” credentials

Preliminary data steps

  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. Validate the pedigree obtained from cassavabase: Before setting up a cross-validation scheme for predictions that depend on a correct pedigree, add a basic verification step to the pipeline. Not trying to fill unknown relationships or otherwise correct the pedigree. Assess evidence that relationship is correct, remove if incorrect.

  4. Preprocess data files: Prepare haplotype and dosage matrices, GRMs, pedigree and BLUPs, genetic map and recombination frequency matrix, for use in predictions.

Genomic (mate) predictions

  1. Parent-wise and standard cross-validation: estimate selection index (and component trait) prediction accuracies using the direction-dominance (DirDom) model.

    • Additionally, check accuracy and similarity of predictions at reduced marker density: Cross-variance prediction is slow, but significant speed gains can be made by using fewer markers. Faster predictions will mean more crosses can be predicted and considered.

      • If, accuracy and \(cor_{preds}(All\_SNPs, Reduced\_Set)\) are similar based on both kinds of cross-validation, proceed to make cross-variance predictions with reduced marker set; possibly use full marker set for cross-mean predictions.
    • Click here to see the results!

  2. Genomic predictions: First, predict of individual GEBV/GETGV for all selection candidates using all available data and return marker effects for use downstream. Next, Select a top set of candidate parents, for whom we would like to predict cross performances. Finally, predict all pairwise crosses of candidate parents and evaluate them for genomic mate selection. Select the top crosses and plant a crossing nursery with the parents indicated.

  3. Results and recommendations: Home for all plots, summary tables, conclusions and recommendations.

Data and code repository access

CLICK HERE FOR ACCESS TO THE FULL REPOSITORY
(select “Guest” credentials when prompted by the Cassavabase FTP server)

or

DOWNLOAD FROM GitHub*

*GitHub only hosts files max 50 Mb.

Key directories and file names

  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
  5. code/: supporting functions sourced in analysis/*.Rmd’s.

FILES OF INTEREST: everything is in the output/ sub-directory (click here and select “Guest” credentials when prompted by the Cassavabase FTP server).