Description Usage Arguments Value Author(s) See Also Examples
View source: R/read.ba.sample.R
Reads the file once with readLines to locate the data in,
and then reads it again with codescan
1  | read.ba.sample(CSV)
 | 
CSV | 
 Path to a sample fluorescence time course exported in CSV format by the BioAnalyzer software.  | 
Returns a data frame.
Time | 
 Time point, in seconds  | 
Value | 
 Fluorescence intensity, in fluorescence units (FU).  | 
Charles Plessy, RIKEN Omics Science Center
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"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.