```{css, echo=FALSE} pre code { white-space: pre !important; overflow-x: scroll !important; word-break: keep-all !important; word-wrap: initial !important; }

```r
BiocStyle::markdown()
options(width=80, max.print=1000)
knitr::opts_chunk$set(
    eval=as.logical(Sys.getenv("KNITR_EVAL", "TRUE")),
    cache=as.logical(Sys.getenv("KNITR_CACHE", "TRUE")), 
    tidy.opts=list(width.cutoff=80), tidy=TRUE)
suppressPackageStartupMessages({
    library(systemPipeR)
})

Redirect notification

The systemPipeRdata package provides a collection of pre-built workflow templates that are ready to use from systemPipeR. These templates are described in detail in the associated systemPipeRdata overview vignette here, which includes instructions on how to use them.

Funding

This project is funded by awards from the National Science Foundation (ABI-1661152], and the National Institute on Aging of the National Institutes of Health (U19AG023122).



tgirke/systemPipeR documentation built on July 29, 2024, 5:18 a.m.