powered by
This function downloads an OTU count data file associated with a particular run from the EMG portal. The OTU data is returned as a data frame.
getRunOtu(runID,verb=FALSE,plot.preston=FALSE)
A string representing a valid run ID.
If true, outputs runID to console.
runID
If true, produces a Preston plot for the taxa abundance distribution of the run.
An R data frame containing OTU count data. The first column is the OTU ID, the second is the count, and the third contains a taxonomic classification.
getSampleOtu, mergeOtu, projectRuns, convertOtuTad, plotOtu, read.otu.tsv
getSampleOtu
mergeOtu
projectRuns
convertOtuTad
plotOtu
read.otu.tsv
# NOT RUN { ps=getProjectSummary("SRP047083") samp=projectSamples(ps) runs=runsBySample(ps,samp[2]) getRunOtu(runs[1]) # }
Run the code above in your browser using DataLab