read.project.csv: Read an EMG project summary into a data frame

Description Usage Arguments Value See Also

Description

This reads an EMG project summary file into an R data frame for subsequent analysis.

Usage

1
read.project.csv(fileName,projectID,...)

Arguments

fileName

Filename (or URL) corresponding to a EMG project summary CSV file.

projectID

String corresponding to the EMG project ID (sometimes known as study ID) associated with the file.

...

Extra parameters to be passed on to read.csv.

Value

An R data frame containing a list of all samples and runs associated with the project, one row per run. The projectID is associated with the data frame via the attribute project.id.

See Also

getProjectSummary, projectSamples, projectRuns, runsBySample


ebimetagenomics documentation built on May 2, 2019, 5 p.m.