#' de novo variants found in 1,078 autism trios
#'
#' de novo variants found in 1,078 autism trios, published in Nature Genetics(http://www.nature.com/doifinder/10.1038/ng.3050)
#'
#' @name autismDeNovos
#' @docType data
#' @references \url{http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4222185/}
#' @keywords datasets
#' @format A data frame with 1096 obs of 2 variables:
#' \describe{
#' \item{gene}{Gene symbol of gene containing de novo variant}
#' \item{class}{Functional class of variant:
#' "syn" = synonymous,
#' "mis" = missense,
#' "non" = nonsense,
#' "splice" = canonical splice site,
#' "frameshift" = frameshift indel}
#' }
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.