Learn R Programming

ebimetagenomics (version 0.6)

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

Description

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

Usage

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