ebimetagenomics (version 0.6)

projectSamples: Find samples associated with an EMG project

Description

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

Usage

projectSamples(summ)

Arguments

summ

An EMG project summary file, as returned by getProjectSummary.

Value

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

See Also

getProjectSummary, projectRuns, runsBySample

Examples

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

Run the code above in your browser using DataLab