powered by
This function takes as input a data frame representing OTU counts, such as returned by getRunOtu, plots it on the graphics device.
getRunOtu
plotOtu(otu)
An OTU data frame.
The function returns silently, and is called purely for its side-effect of rendering plots on the graphics device.
getSampleOtu, getRunOtu, convertOtuTad
getSampleOtu
convertOtuTad
# NOT RUN { ps=getProjectSummary("SRP047083") samp=projectSamples(ps) runs=runsBySample(ps,samp[2]) otu=getRunOtu(runs[1]) plotOtu(otu) # }
Run the code above in your browser using DataLab