knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

rm(list = ls())
library(devtools)
library(tidyverse)
devtools::load_all()
load("R/sysdata.rda")

metaDAF

The goal of metaDAF is to wrap packages and functions for the statistical analysis of differentially abundant features. If data does not already countain groups to compare, functions are provided to generate artificial differences and thus benchmark methods included.



LeoStafu/metaDAF documentation built on July 14, 2019, 6:41 p.m.