Description Usage Arguments Examples
View source: R/parse_clustered_otu.R
parse_clustered_otu
1 | parse_clustered_otu(.clustered_otu, .col_name = X1)
|
.clustered_otu |
clustered.otu.gz produced by Claident. |
.col_name |
name of column. |
1 2 3 4 5 6 7 | clustered_otu <- data.frame(
otu = c(">representative_otu1", "assigned_otu1", "assigned_otu2",
">representative_otu2", "assigned_otu1",
">representative_otu3")
)
parse_clustered_otu(.clustered_otu = clustered_otu,
.col_name = otu)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.