R/yolo.R

#' 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
yinscapital/yolo-caleblareau-reference documentation built on May 19, 2019, 4:06 p.m.