molaR-package: molaR

Description Details Author(s) Examples

Description

Load BioAnalyzer size profiles exported in CSV format, and calculate their molarity.

Details

The current workflow is 1) load the ladder data with the read.ba.peaktable() function, 2) load the data for the sample of interest with the read.ba.sample() function and 3) confert its timepoints into sizes with the ba.fit() function.

Author(s)

Charles Plessy, RIKEN Omics Science Center

Examples

1
2
3
ladder <- read.ba.peaktable(system.file("data/ba.results.csv", package = "molaR"))
sample1 <- read.ba.sample(system.file("data/ba.sample1.csv", package = "molaR"))
sample1$size <- ba.fit(ladder, sample1)

charles-plessy/molaR documentation built on April 15, 2021, 1:21 a.m.