R/fastqR_documentation.R

#' fastqR: A package to read and manipulate FastQ files
#'
#' This package works with FastQ format files.  It can read these
#' into a tidyverse compatible data structure and provides
#' functions for manipulating the data within them.
#'
#' @section fastqR functions
#'
#' read_fastq
#'
#' gc_content
#'
#' decode_qualities
#'
#' @docType package
#' @name fastqR
NULL
rafalkol/fastqR documentation built on Dec. 22, 2021, 12:01 p.m.