View source: R/parse_ordination.R
parse_ordination | R Documentation |
Parse an imported q2 ordination text file
parse_ordination(artifact, tmp)
artifact |
takes an artifact containing the unparsed ordination format (result of readLines) |
tmp |
the tmp dir for artifact |
a data.frame with feature IDs as row names and the columns: Kingdom, Phylum, Class, Order, Family, Genus, Species
## Not run: ord<-parse_ordination(ordination_artifact, tmpdir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.