#' yolo: You Only Lookup One (small part of an otherwise large matrix)
#'
#' The yolo package contains a suite of methods and S4 data objects to
#' efficiently manipulate large genomic experiments in the
#' \code{(Ranged)SummarizedExperiment} inheritence scheme for
#' manipulating data.
#'
#' @section yolo classes: Listed in classDefinitions.R. These are
#' primarily implementations to keep indicies ordered in sparse
#' and regular matrices using sqlite and HDF5.
#'
#' @docType package
#' @name yolo
#' @import methods
#' @import Rcpp
#' @useDynLib yolo
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.