read.ba.sample: Reads a sample's fluorescence time course in a data frame.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/read.ba.sample.R

Description

Reads the file once with readLines to locate the data in, and then reads it again with codescan

Usage

1

Arguments

CSV

Path to a sample fluorescence time course exported in CSV format by the BioAnalyzer software.

Value

Returns a data frame.

Time

Time point, in seconds

Value

Fluorescence intensity, in fluorescence units (FU).

Author(s)

Charles Plessy, RIKEN Omics Science Center

See Also

read.ba.peaktable

Examples

1
2
sample1 <- read.ba.sample(system.file("data/ba.sample1.csv", package = "molaR"))
sample2 <- read.ba.sample(system.file("data/ba.sample2.csv", package = "molaR"))

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