read_qpcr_data: Reads qPCR data into a dataframe

Description Usage Arguments Value Examples

View source: R/read_qpcr_data.R

Description

Reads qPCR data into a dataframe

Usage

1
read_qpcr_data(data_dir, filename, skiplines = 45)

Arguments

data_dir

a path to the data directory where your files are stored

filename

the name of the file to be loaded

Value

Returns a dataframe with all the qPCR data in it.

Examples

1
df <- read_qpcr_data('/Users/arkinglab/Documents/', 'qPCR_data.xls') 

syyang93/yangR documentation built on March 1, 2021, 4:55 p.m.