Description Usage Arguments Value
View source: R/merge_edge_counts.R
Merges two or more EDGE-like taxonomical assignments. The input data frames are assumed to have the following columns: LEVEL, TAXA, and COUNT – these will be used in the merge procedure, all other columns will be ignored.
1 | merge_edge_counts(assignments)
|
assignments |
A named list of assignments (the list element's name will be used as a resulting data frame column name). |
A merged table, which is a data frame whose rows are taxonomical ids and columns are the input assignments ids.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.