knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
bladdr is a 'miscellaneous' toolbox made for the McConkey lab, but useful to many who do routine lab tasks. Its vision is to be a package that can automate everyday tasks in small functions that don't try to do too much. Larger, more full fledged ideas are pulled out into their own packages, like amplify
and gp
.
Currently, bladdr has two 'groups' of functions
EDA functions, which take a SummarizedExperiment
object to visualize expression of gene(s) across optional strata
Helpers, like dilute
, make_pipette_vol
, theme_tufte
, and others.
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("McConkeyLab/bladdr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.