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

zazou

version <- as.vector(read.dcf('DESCRIPTION')[, 'Version'])
version <- gsub('-', '.', version)

packageversion

The goal of zazou is to model the evolution of z-scores along a tree to do differential analysis.

Installation

You can install the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("abichat/zazou")


abichat/zazou documentation built on Sept. 8, 2021, 6:53 a.m.