runsBySample {ebimetagenomics} | R Documentation |
This function queries an already-downloaded project summary file for vector of EMG run IDs associated with a particular sample ID within the project.
runsBySample(summ,sampleID)
summ |
An EMG project summary file, as returned by |
sampleID |
A string representing a valid EMG sample ID within the project |
An R vector containing a list of strings representing EMG run IDs.
getProjectSummary
, projectSamples
,
projectRuns
ps=getProjectSummary("SRP047083") samp=projectSamples(ps) runsBySample(ps,samp[2])