R/data.R

#' Toy dataset 
#'
#' A data frame with 9999 genetic associations
#'
#' \itemize{
#'   \item rsID. SNP name
#'   \item freq. allele frequency of effect SNP
#'   \item A1_beta. effect size
#'   \item Analysis. adds colour to the type of analysis (e.g. GWAS, Sequencing)
#'   \item Gene. Candidate gene name
#'   \item N.
#'   \item trait. ToyDataPheno
#' }
#'
#' @docType data
#' @keywords datasets
#' @name toy_data
#' @usage data(toy_data)
#' @format A data frame with 9999 genetic associations
NULL

Try the TrumpetPlots package in your browser

Any scripts or data that you put into this service are public.

TrumpetPlots documentation built on July 9, 2023, 6 p.m.