The goal of deconfectHelpers is to gather functions that might be helpful for my deconvolution project. It's mainly wrappers to quickly process deconvolution results.
You can install the development version of deconfectHelpers from GitHub with:
# install.packages("devtools")
devtools::install_github("jonathanspeh/deconfectHelpers")
Most functions are just conviniance functions for very specific purposes, and have very little use outside of my project.
run_cellanneal_r()
provides a wrapper around the cellanneal python package.