View source: R/ngsLCA_stratplot.R
ngsLCA_stratplot | R Documentation |
Generate stratplots for taxa profiles into "path/run/stratplot/" to show the reads abundance.
ngsLCA_stratplot(path, run = "run01", taxa.number = 10)
path |
working directory, same to |
run |
name of the run, default is "run01". |
taxa.number |
maximum number of taxa will be shown in stratplots; default is 10. |
Taxa abundance stratplots.
ngsLCA_stratplot(path=system.file("extdata","lca_files",package="ngsLCA"),
run="run01",
taxa.number=10)
## This will generate stratplots for the complete taxa profile
## as well as taxa groups and ranks (if available) of "run01",
## with showing the 10 most abundant taxa in each profile.
## Results will be in "path/run01/stratplot/".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.