R/strawr.R

#' strawr
#' 
#' API for fast data extraction for .hic files that provides programmatic access to the matrices. It doesn't store the pointer data for all the matrices, only the one queried, and currently we are only supporting matrices (not vectors).
#' 
#' @docType package
#' @import Rcpp
#' @useDynLib strawr
#' @name strawr
NULL  

Try the strawr package in your browser

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

strawr documentation built on March 31, 2023, 5:34 p.m.