ebimetagenomics (version 0.6)

projectRuns: Find runs associated with an EMG project

Description

This function queries an already-downloaded project summary file for vector of EMG run IDs associated with the project.

Usage

projectRuns(summ)

Arguments

summ

An EMG project summary file, as returned by getProjectSummary.

Value

An R vector containing a list of strings representing EMG run IDs.

See Also

getProjectSummary, projectSamples, runsBySample

Examples

Run this code
# NOT RUN {
ps=getProjectSummary("SRP047083")
projectRuns(ps)
# }

Run the code above in your browser using DataLab