read_data: Read Raw File

Description Usage Arguments Details Value

View source: R/prep.R

Description

Extracts the specified data type from the file

Usage

1
2
read_data(fname, dtype = "Median", nwells = NULL, nsep = 2,
  ncolmax = 105)

Arguments

fname

name of the file that contains raw data.

dtype

character string for data type in the file.

nwells

number of wells. If NULL, inferred from the file.

nsep

number of lines separating different data types in the file.

ncolmax

maximum number of columns in the file.

Details

details

Value

A data frame containing data for all the antigens in the file.


Greenhouse-Lab/lumfit documentation built on July 20, 2020, 8 p.m.