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.
merge_edge_counts(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.