Skip to content

Commit

Permalink
additive snps for easy testing named accordingly (#107)
Browse files Browse the repository at this point in the history
* additive snps for easy testing named accordingly

* google site verification for google search console stats
  • Loading branch information
jdstamp authored Sep 12, 2023
1 parent 3547c63 commit c05598d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/simulate_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@ simulate_traits <- function(
)
additive <- bind_rows(additive, trait_additive)
epistatic_idx <- c(pleiotropic_set, trait_specific_epistatic)
additive_idx <- c(pleiotropic_set, trait_specific_additive)
colnames(genotype_matrix)[additive_idx] <- paste0(colnames(genotype_matrix[, additive_idx]),
rep(sprintf(j, fmt = "_p%02dadd"),
length(additive_idx)))
colnames(genotype_matrix)[epistatic_idx] <- paste0(colnames(genotype_matrix[, epistatic_idx]),
rep(sprintf(j, fmt = "_p%02depi"),
length(epistatic_idx)))
Expand Down
5 changes: 5 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
url: https://lcrawlab.github.io/mvMAPIT/

template:
params:
google_site_verification: 7EMmOVQ0-Feh--5i1ogdQqVYz7Azip5Je-UeBYXP6fA

reference:
- title: "Multivariate MAPIT Analysis"
desc: >
Expand Down

0 comments on commit c05598d

Please sign in to comment.