This reads an EMG project summary file into an R data frame for subsequent analysis.
read.project.csv(fileName,projectID,...)
Filename (or URL) corresponding to a EMG project summary CSV file.
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
.
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
.
getProjectSummary
, projectSamples
, projectRuns
,
runsBySample