read_q2biom | R Documentation |
Loads a version 2.1 spec biom file (http://biom-format.org/documentation/format_versions/biom-2.1.html) as expected to be found within a qiime2 artifact.
read_q2biom(file)
file |
path to the input file, ex: file="~/Downloads/3372d9e0-3f1c-43d8-838b-35c7ad6dac89/data/feature-table.biom" |
a matrix of values
## Not run: metadata<-read_q2biom("feature-table.biom")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.