Name Mode Size
.github 040000
R 040000
docs 040000
man 040000
tests 040000
vignettes 040000
.BBSoptions 100644 0 kb
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 1 kb
NEWS 100644 1 kb
README.md 100644 1 kb
RcwlPipelines.Rproj 100644 0 kb
_pkgdown.yml 100644 0 kb
README.md
# RcwlPipelines 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. ## Installation The package can be installed from Bioconductor (>= 3.9): ``` r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("RcwlPipelines") # Or from github BiocManager::install("rworkflow/RcwlPipelines") ``` ## Get started ``` r cwlUpdate() cwlSearch("STAR") STAR <- cwlLoad("tl_STAR") ``` ## User Guide ``` r vignette(package = "RcwlPipelines") ```