R/Multi_Toy_Data.R

#' A toy dataset containing de novo mutation data for two traits
#'
#' @format A data frame with 10000 rows and 7 variables:
#' \describe{
#'   \item{Gene}{Name of the gene}
#'   \item{mut_dn}{Mutability of the gene}
#'   \item{dn_trait1}{Number of de novo mutations of the gene in trait 1}
#'   \item{dn_trait2}{Number of de novo mutations of the gene in trait 2}
#'   \item{Anno1}{A simulated Bernoulli Annotation}
#'   \item{Anno2}{A simulated Bernoulli Annotation}
#'   \item{Anno3}{A simulated Bernoulli Annotation}
#' }
#'@source Simulation data based on true mutability of genes
"Multi_Toy_Data"
JustinaXie/MDATA documentation built on Dec. 18, 2021, 2:34 a.m.