R/SRA2R.R

#' SRA2R: A bridge between the NCBI Sequence Read Archive (SRA) and R
#'
#' The SRA2R package provides three categories of important functions:
#' 
#' @section Convenience functions:
#' Install the SRA Toolkit automatically
#' 
#' @section Access SRA data:
#' fastq-dump
#' sam-dump
#' sra-stat
#' sra-pileup
#'
#' @useDynLib SRA2R
#'
#' @import methods
#' @import S4Vectors
#' @import XVector
#' @import IRanges
#' @import Biostrings
#' @importFrom Rcpp sourceCpp
#' 
#'
#' @docType package
#' @name SRA2R
NULL
#> NULL
NCBI-Hackathons/SRA2R documentation built on May 7, 2019, 5:18 p.m.