PlotSTAT | R Documentation |
Plot a wordcloud of the STAT-classified taxonomy in a palm.sra object using get.sraSTAT()
PlotSTAT(stat.sra)
stat.sra |
data.frame, created from get.sraSTAT() |
A ggwordcloud object of the "ntop" frequent terms [50]
con <- SerratusConnect()
# Load Waxsystermes Example data
data("waxsys.palm.sra")
waxsys.stat.sra <- get.sraSTAT(waxsys.palm.sra$run_id, con)
# Populate stat.sra with percent identity from palm.sra
palm.stat.lookup <- match(waxsys.stat.sra$run_id, waxsys.palm.sra$run_id)
waxsys.stat.sra$pident <- waxsys.palm.sra$pident[palm.stat.lookup]
# Create wordcloud of STAT Taxonomy
PlotSTAT( waxsys.stat.sra)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.