Nothing
#' @title Total Read Count
#' @description Total Read Count
#' @param x \code{\link{phyloseq-class}} object
#' @return Vector of read counts.
#' @examples
#' data(dietswap)
#' d <- readcount(dietswap)
#' @export
#' @references See citation('microbiome')
#' @author Contact: Leo Lahti \email{microbiome-admin@@googlegroups.com}
#' @keywords utilities
readcount <- function(x) {
colSums(abundances(x))
}
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.