You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/Env_interaction_CaseControl_all_vs_all.R
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
#'
3
3
#' @description
4
4
#' Given a set of variants and environmental traits, and a single case control variable, this function calculates the interaction effect of all possible variant-environmental pairs
5
-
#'
5
+
#'
6
6
#' @param cc A numeric vector
7
7
#' @param g A matrix, where each colomn represents a variant
8
8
#' @param env A matrix, where each row represents an environmental variable
@@ -18,16 +18,19 @@
18
18
#' @returns
19
19
#' A dataframe with all possible variant-environmental pairs and their estimated interaction effect
0 commit comments