read.eds: read.eds

Description Usage Arguments Value Examples

View source: R/qrt_pcr.R

Description

read.eds

Usage

1
read.eds(Path, in_file = "Results")

Arguments

in_file

This is the type of input file. By default it is "Results" for Ct results but you can also set it to "Melt" for melting curve data.

path

This is a character string to point you to the file

Value

This function imports csv files from a eds file produced by the Quant 5 RT-qPCR machine into R as a dataframe. It does this by cutting off the header, selecting the relevant columns and ordering the rows.

Examples

1
2
read.eds(Path)
read.eds(Path, in_file == "Melt")

G-Thomson/gthor documentation built on May 6, 2019, 5:08 p.m.