Description Usage Arguments Value See Also Examples
This downloads an EMG project summary file into an R data frame for subsequent analysis.
1 | getProjectSummary(projectID)
|
projectID |
A character string representing an EMG accession ID (eg. MGYS00002669 or SRP047083). |
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.
getProjectsList, projectSamples, projectRuns,
runsBySample, read.project.csv
1 2 3 | ps = getProjectSummary("MGYS00000646")
# Tabulate number of runs by sample
table(ps$sample_id)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.