R/processHTS.R

#' \code{processHTS}: A package for processing HTS data and files
#'
#' The processHTS package provides three categories of important functions.
#'
#' @section \code{read} functions:
#' \code{\link{read_chrom_size}} for reading chromosome sizes file,
#' \code{\link{read_rna_encode_caltech}} read RNA-Seq bed formatted data file,
#' \code{\link{read_bs_encode_haib}} read RRBS bed formatted data file.
#'
#' @docType package
#' @name processHTS
#'
#' @import GenomicRanges
#'
.datatable.aware=TRUE
NULL
#> NULL
andreaskapou/processHTS documentation built on May 12, 2019, 3:33 a.m.