View source: R/read_qiime_otus.r
read_qiime_otus | R Documentation |
There are some problems with this implementation still, primarily because the version of qiime does not helpfully give the tag sequences. I have found some ways around this, but since I don't really like that implementation I haven't finished it yet.
read_qiime_otus( metadata, otu_column = "qiime_otus", xref_sequence = FALSE, trimmed_column = "trimmed_reads", output = NULL )
metadata |
Sample metadata. |
output |
Write the matrix to this file, if provided. |
column |
Metadata column containing the qiime output. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.