Nothing
#' Rmmquant: RNA-Seq multi-mapping Reads Quantification Tool
#'
#' Counts the number of reads per gene.
#'
#' @docType package
#' @name Rmmquant
#'
#' @author Matthias Zytnicki, \email{matthias.zytnicki@@inra.fr}
#'
#' @import S4Vectors
#' @import GenomicRanges
#' @import SummarizedExperiment
#' @import devtools
#' @import BiocStyle
#' @import TBX20BamSubset
#' @import TxDb.Mmusculus.UCSC.mm9.knownGene
#' @import org.Mm.eg.db
#' @importFrom DESeq2 DESeqDataSetFromMatrix
#' @importFrom DESeq2 DESeq
#' @importFrom DESeq2 lfcShrink
#' @importFrom methods is
#' @importFrom methods new
#' @importFrom Rcpp evalCpp
#' @useDynLib Rmmquant
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.