read_metadata: Given a table of meta data, read it in for use by...

View source: R/metadata.R

read_metadataR Documentation

Given a table of meta data, read it in for use by create_expt().

Description

Reads an experimental design in a few different formats in preparation for creating an expt.

Usage

read_metadata(file, sep = ",", header = TRUE, sheet = 1, comment = "#", ...)

Arguments

file

Csv/xls file to read.

sep

Used by read.csv, the separator

header

Used by read.csv, is there a header?

sheet

Used for excel/etc, which sheet to read?

comment

Skip rows starting with this (in the first cell of the row if not a text file).

...

Arguments for arglist, used by sep, header and similar read_csv/read.table parameters.

Value

Df of metadata.

See Also

[openxlsx] [readODS]


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.