R/CamBioR.r

#' \pkg{CamBioR}
#'
#' \pkg{CamBioR} is an R package for holding all the reuasable bioinformatics R code I write.
#' 
#' @details 
#' \pkg{CamBioR} is a package for 
#' 
#' @section Functions:
#' \itemize{
#' \item \code{\link{read_fasta}} Read data from a fasta file to a data frame.
#' \item \code{\link{read_fastq}} Read data from a fastq file to a data frame. 
#' \item \code{\link{write_fasta}} Write a data frame of sequence data to a file in fasta format.
#' \item \code{\link{write_fastq}} Write a data frame of sequence data to a file in fastq format.
#' 
#' @section Data:
#' \itemize{
#' \item \code{\link{small_unittest.fasta}} An example file in fasta format.
#' \item \code{\link{small_unittest.fastq}} An example file in fastq format.
#' }
#' @author Cameron M. Nugent
#' @docType package
#' @name CamBioR
#################
NULL
CNuge/CamBioR documentation built on May 28, 2022, 12:23 a.m.