Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 713 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 713 Bytes

deconfectHelpers

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.

Installation

You can install the development version of deconfectHelpers from GitHub with:

# install.packages("devtools")
devtools::install_github("jonathanspeh/deconfectHelpers")

Functions

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.