This package is a collection of helper functions for common bioinformatics tasks. It includes plotting functions for expression data, wrappers around typical bioinformatics tools to ease use, some data transformation functions, dimensionality reduction helpers, and more.
Check out the package website for examples and documentation.
Also check out the Coriell bioinformatics notes bookdown book.
Since this package will be constantly changing be sure to install the latest version from Github using:
# Make sure you have devtools installed
install.packages("devtools")
# Then install using devtools::install_github
devtools::install_github("coriell-research/coriell")