knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

uncleR

Overview

uncleR is an R package for parsing data exported from an Unchained Labs Uncle instrument for downstream processing of biologics stability data.

The consolidate_experiments function utilizes the core functions listed below to import Uncle data exports into a succinct and readily accessible data structure based on the hierarchical structure of the directories in which the data is stored. Experimental data for a single run from nanoDSF, SLS, and DLS summary and spectra files are organized into a unified dataframe and nested within a named list returned by the function according to which experiment (i.e. plate or screen) they belong to.

Core functions for summary and "bundle export" files:

Legacy functions for "complete export" files:

Questioning:

Installation

<!-- You can install the released version of uncleR from CRAN with:

install.packages("uncleR")

--> You can install the most stable version from GitHub with:

if (!require(devtools)) install.packages("devtools")
devtools::install_github("eric-hunt/uncleR@main")

..or the development version with:

if (!require(devtools)) install.packages("devtools")
devtools::install_github("eric-hunt/uncleR@dev")


eric-hunt/uncleR documentation built on Dec. 20, 2021, 5:28 a.m.