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