read.sds: read.sds

Description Usage Arguments Value Examples

View source: R/qrt_pcr.R

Description

read.sds

Usage

1
read.sds(path, col = c("Well", "Sample", "Detector", "Reporter", "Ct"))

Arguments

path

This is a character string to point you to the file

col

These are the columns you want to keep, by default it selects "Well", "Sample", "Detector", "Reporter" and "Ct". If you want to change it it takes a character vector

Value

This function imports SDS 2.4 files from a 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
read.sds(Path)

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