View source: R/read_q2metadata.R
read_q2metadata | R Documentation |
Loads a qiime2 metadata file wherein the 2nd line contains the #q2:types line dictating the type of variable (categorical/numeric)
read_q2metadata(file)
file |
path to the input file, ex: file="~/data/moving_pictures/table.qza" |
a data.frame wherein the first column is SampleID
## Not run: metadata<-read_q2metadata("q2metadata.tsv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.