# R output pre blocks are styled to indicate output
# so we don't need to comment out the output
knitr::opts_chunk$set(comment = NA, 
                      fig.height = 7,
                      fig.width = 7,
                      results = "asis")

Available pipelines

library(ngsflows)
pipes = na.omit(fetch_pipes()$def)

Details

for(p in pipes){
  plot_flow(p)
}


flow-r/ngsflows documentation built on May 16, 2019, 1:25 p.m.