Last updated: 2021-06-18
Checks: 7 0
Knit directory: implementGMSinCassava/
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 job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it’s best to always run the code in an empty environment.
The command set.seed(20210504)
was run prior to running the code in the R Markdown file. Setting a seed ensures that any results that rely on randomness, e.g. subsampling or permutations, are reproducible.
Great job! Recording the operating system, R version, and package versions is critical for reproducibility.
Nice! There were no cached chunks for this analysis, so you can be confident that you successfully produced the results during this run.
Great job! Using relative paths to the files within your workflowr project makes it easier to run your code on other machines.
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 fa20501. 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/accuracies.png
Ignored: analysis/fig2.png
Ignored: analysis/fig3.png
Ignored: analysis/fig4.png
Ignored: code/.DS_Store
Ignored: data/.DS_Store
Untracked files:
Untracked: accuracies.png
Untracked: analysis/docs/
Untracked: analysis/speedUpPredCrossVar.Rmd
Untracked: code/AlphaAssign-Python/
Untracked: code/calcGameticLD.cpp
Untracked: code/col_sums.cpp
Untracked: code/convertDart2vcf.R
Untracked: code/gsFunctions.R
Untracked: code/helloworld.cpp
Untracked: code/imputationFunctions.R
Untracked: code/matmult.cpp
Untracked: code/misc.cpp
Untracked: code/test.cpp
Untracked: data/CassavaGeneticMap/
Untracked: data/DatabaseDownload_2021May04/
Untracked: data/GBSdataMasterList_31818.csv
Untracked: data/IITA_GBStoPhenoMaster_33018.csv
Untracked: data/NRCRI_GBStoPhenoMaster_40318.csv
Untracked: data/blups_forCrossVal.rds
Untracked: data/chr1_RefPanelAndGSprogeny_ReadyForGP_72719.fam
Untracked: data/dosages_IITA_filtered_2021May13.rds
Untracked: data/genmap_2021May13.rds
Untracked: data/haps_IITA_filtered_2021May13.rds
Untracked: data/recombFreqMat_1minus2c_2021May13.rds
Untracked: fig2.png
Untracked: fig3.png
Untracked: figure/
Untracked: output/IITA_CleanedTrialData_2021May10.rds
Untracked: output/IITA_ExptDesignsDetected_2021May10.rds
Untracked: output/IITA_blupsForModelTraining_twostage_asreml_2021May10.rds
Untracked: output/IITA_trials_NOT_identifiable.csv
Untracked: output/crossValPredsA.rds
Untracked: output/crossValPredsAD.rds
Untracked: output/cvMeanPredAccuracyA.rds
Untracked: output/cvMeanPredAccuracyAD.rds
Untracked: output/cvPredMeansA.rds
Untracked: output/cvPredMeansAD.rds
Untracked: output/cvVarPredAccuracyA.rds
Untracked: output/cvVarPredAccuracyAD.rds
Untracked: output/kinship_A_IITA_2021May13.rds
Untracked: output/kinship_D_IITA_2021May13.rds
Untracked: output/markEffsTest.rds
Untracked: output/markerEffects.rds
Untracked: output/markerEffectsA.rds
Untracked: output/markerEffectsAD.rds
Untracked: output/maxNOHAV_byStudy.csv
Untracked: output/obsCrossMeansAndVars.rds
Untracked: output/parentfolds.rds
Untracked: output/ped2check_genome.rds
Untracked: output/ped2genos.txt
Untracked: output/pednames2keep.txt
Untracked: output/pednames_Prune100_25_pt25.log
Untracked: output/pednames_Prune100_25_pt25.nosex
Untracked: output/pednames_Prune100_25_pt25.prune.in
Untracked: output/pednames_Prune100_25_pt25.prune.out
Untracked: output/potential_dams.txt
Untracked: output/potential_sires.txt
Untracked: output/predVarTest.rds
Untracked: output/samples2keep_IITA_2021May13.txt
Untracked: output/samples2keep_IITA_MAFpt01_prune50_25_pt98.log
Untracked: output/samples2keep_IITA_MAFpt01_prune50_25_pt98.nosex
Untracked: output/samples2keep_IITA_MAFpt01_prune50_25_pt98.prune.in
Untracked: output/samples2keep_IITA_MAFpt01_prune50_25_pt98.prune.out
Untracked: output/verified_ped.txt
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/05-CrossValidation.Rmd
) and HTML (docs/05-CrossValidation.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 | fa20501 | wolfemd | 2021-06-18 | Initial results are ready to publish and share with colleagues for |
Rmd | 12cc368 | wolfemd | 2021-06-18 | runParentWiseCrossVal for 1 full rep, 5 folds. Found issue with CBSU R compilation but NOT with my code! |
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 | 6a5ef32 | wolfemd | 2021-06-09 | meanPredAccuracy() now also included with function moved to “parentWiseCrossVal.R”. NOTE on previous commit: cross-validation functions are NOT in “predCrossVar.R”. |
Rmd | 63067f7 | wolfemd | 2021-06-07 | Function varPredAccuracy() debugged / tested and moved to predCrossVar.R |
Rmd | 66c0bde | wolfemd | 2021-06-07 | Remove old and unused code. STILL IN PROGRESS at the computeVarPredAccuracy step. |
Rmd | 3c085ee | wolfemd | 2021-06-07 | Cross-validation code IN PROGRESS. Currently working on computeVarPredAccuracy. |
In the manuscript, the cross-validation is documented many pages and scripts, documented here.
For ongoing GS, I have a function runCrossVal()
that manages all inputs and outputs easy to work with pre-computed accuracies.
Goal here is to make a function: runParentWiseCrossVal()
, or at least make progress towards developing one.
However, for computational reasons, I imagine it might still be best to separate the task into a few functions.
My goal is to simplify and integrate into the pipeline used for NextGen Cassava. In the paper, used multi-trait Bayesian ridge-regression (MtBRR) to obtain marker effects, and also stored posterior matrices on disk to later compute posterior mean variances. This was computationally expensive and different from my standard univariate REML approach. I think MtBRR and PMV are probably the least biased way to go… but…
For the sake of testing a simple integration into the in-use pipeline, I want to try univariate REML to get the marker effects, which I’ll subsequently use for the cross-validation.
Revised the functions in package:predCrossVar
to increase the computational efficiency. Not yet included into the actual R package but instead sourced from code/predCrossVar.R
. Additional speed increases were achieved by extra testing to optimize balance of OMP_NUM_THREADS
setting (multi-core BLAS) and parallel processing of the crosses-being-predicted. Improvements will benefit users predicting with REML / Bayesian-VPM, but probably worse for Bayesian-PMV.
Fully-tested runParentWiseCrossVal()
and component functions are in the code/parentWiseCrossVal.R
script. Below, source it and use it for a full cross-validation run.
cd /home/jj332_cas/marnin/implementGMSinCassava/;
export PATH=/programs/R-4.0.5clean-p/bin:$PATH;
# for a 112 core machine. Use ncores=20 below
export OMP_NUM_THREADS=5;
screen;
R # initiate R session
require(tidyverse); require(magrittr);
# SOURCE CORE FUNCTIONS
source(here::here("code","parentWiseCrossVal.R"))
source(here::here("code","predCrossVar.R"))
# PEDIGREE
<-read.table(here::here("output","verified_ped.txt"),
pedheader = T, stringsAsFactors = F) %>%
rename(GID=FullSampleName,
damID=DamID,
sireID=SireID) %>%
::select(GID,sireID,damID)
dplyr# Keep only families with _at least_ 2 offspring
%<>%
ped semi_join(ped %>% count(sireID,damID) %>% filter(n>1) %>% ungroup())
# BLUPs
<-readRDS(file=here::here("data","blups_forCrossVal.rds")) %>%
blups::select(-varcomp)
dplyr
# GENOMIC RELATIONSHIP MATRICES (GRMS)
<-list(A=readRDS(file=here::here("output","kinship_A_IITA_2021May13.rds")),
grmsD=readRDS(file=here::here("output","kinship_D_IITA_2021May13.rds")))
# DOSAGE MATRIX
<-readRDS(file=here::here("data",
dosages"dosages_IITA_filtered_2021May13.rds"))
# RECOMBINATION FREQUENCY MATRIX
<-readRDS(file=here::here("data",
recombFreqMat"recombFreqMat_1minus2c_2021May13.rds"))
# HAPLOTYPE MATRIX
## keep only haplos for parents-in-the-pedigree
## those which will be used in prediction, saves memory
<-readRDS(file=here::here("data","haps_IITA_filtered_2021May13.rds"))
haploMat<-union(ped$sireID,ped$damID)
parents<-sort(c(paste0(parents,"_HapA"),
parenthapspaste0(parents,"_HapB")))
<-haploMat[parents,colnames(recombFreqMat)]
haploMat
# SELECTION INDEX WEIGHTS
## from IYR+IK
## note that not ALL predicted traits are on index
<-c(logFYLD=20,
SIwtsHI=10,
DM=15,
MCMDS=-10,
logRTNO=12,
logDYLD=20,
logTOPYLD=15,
PLTHT=10)
<-runParentWiseCrossVal(nrepeats=1,nfolds=5,seed=53,modelType="AD",
cvAD_1repncores=20,outName="output/cvAD_1rep",
ped=ped,gid="GID",blups=blups,
dosages=dosages,haploMat=haploMat,
grms=grms,recombFreqMat = recombFreqMat,
selInd = TRUE, SIwts = SIwts)
saveRDS(cvAD_1rep,here::here("output","cvAD_1rep_predAccuracy.rds"))
<-runParentWiseCrossVal(nrepeats=5,nfolds=5,seed=0407,modelType="AD",
cvAD_5repncores=20,outName="output/cvAD_1rep",
ped=ped,gid="GID",blups=blups,
dosages=dosages,haploMat=haploMat,
grms=grms,recombFreqMat = recombFreqMat,
selInd = TRUE, SIwts = SIwts)
saveRDS(cvAD_5rep,here::here("output","cvAD_5rep_predAccuracy.rds"))