Nothing
#' Multivariate MAPIT analysis and exhaustive search analysis.
#'
#' This data set contains the return object from the multivariate MAPIT method,
#' the fisher combined p-values, and the result from an exhaustive search using
#' regression on the SNPs that were significant in the mvMAPIT analysis.
#'
#' @format
#' A nested list containing tibble data frames:
#' \describe{
#' \item{mvmapit}{mvmapit return object; named list containing tibbles `pvalues`, `pves`, and `duration`.}
#' \item{fisher}{Tibble containing fisher combined p-values of the mvmapit data.}
#' \item{exhaustive_search}{A dataframe containing the p-values of an exhaustive search together with the analysed interaction pair.}
#' }
#' @source data-raw/mvmapit_on_simulated_data.R
"mvmapit_data"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.