knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

genlabfunc

The goal of basefuncs is to streamlien the importing and formating of Tricoder data and SDR metabolic data

Installation

You can install genlabfunc from github with:

# install.packages("devtools")
devtools::install_github("daflealab/genlabfunc")

Overview

Import functions:
+ import_sdr_data()
+ import_sdr_id()
+ import_tricoder()

Wrangling SDR outputs:
+ merge_sdr_id()
+ calc_metab

Plotting SDR results:
+ plot_sdr_cells
+ plot_sdr_blank



daflealab/genlabfunc documentation built on May 27, 2019, 7:25 a.m.