Vignette modifications and bug fix for missing data preprocessing #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This vignette was tremendously helpful in implementing the GADGETS algorithm. Based on how the authors have modified their analysis pipeline over time, some clarity was added about what to do when running the global test for the network plot versus when just running the visualization with the top few fitness scores. Some sections were rearranged to go along with this change. A couple just-in-case lines were added to the .gitignore, depending on what happens when people run the .Rmd to make the vignette (if the "unlink" is not reached at the end of the vignette, or if the knitted HTML files are not deleted).
Due to some results that arose when including single-SNP risk sets, some clarity was added with feedback from authors on genetic distance, determining linkage disequilibrium, and what happens when SNPs in the same epistatic set are on the same linkage block.
A couple of minor grammatical changes were made, and a spelling correction.
Bug fixed in
preprocess.genetic.data
. Previouslycase.data
was modified in-place, affecting the next line when settingcomp.data
to -9 when missing.