#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.