The RcwlPipelines package manages a collection of Bioinformatics tools and pipeline recipes based on Rcwl. The pre-built and pre-tested tools and pipelines are highly modularized with easy customization to meet different bioinformatics data analysis needs.
The package can be installed from Bioconductor (>= 3.9):
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("RcwlPipelines")
# Or from github
BiocManager::install("rworkflow/RcwlPipelines")
cwlUpdate()
cwlSearch("STAR")
STAR <- cwlLoad("tl_STAR")
vignette(package = "RcwlPipelines")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.