R/ace2fastq-package.R

#' ace2fastq
#' 
#' The package provides a function that converts ".ace" files (ABI Sanger capillary sequence assembly files) to standard ".fastq" files. The file format is currently used in genomics to store contigs. To the best of our knowledge, no R function is available to convert this format into the more popular fastq file format. The development was motivated in the context of the analysis of 16S metagenomic data by the need to convert the .ace files for further analysis.
#' 
#' @section ace2fastq functionality:
#' 
#' See: \code{\link{ace_to_fastq}}
#'
#' @docType package
#' @name ace2fastq
NULL

Try the ace2fastq package in your browser

Any scripts or data that you put into this service are public.

ace2fastq documentation built on June 20, 2019, 5:03 p.m.