R/NULL.R

#' fastqR: A package for importing and interpreting fastq files
#'
#' The fastqR package contains functions to import fastq files, to decode quality
#' scores and to calculate GC content of reads.
#'
#' @section fastqR functions:
#' read_fastq
#'
#' gc_content
#'
#' decode_qualities
#'
#' @docType package
#' @name fastqR
NULL
laurabiggins/fastqR documentation built on Jan. 17, 2021, 1:14 a.m.