merge_edge_counts: Merges two or more EDGE-like taxonomical assignments. The...

Description Usage Arguments Value

View source: R/merge_edge_counts.R

Description

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.

Usage

1
merge_edge_counts(assignments)

Arguments

assignments

A named list of assignments (the list element's name will be used as a resulting data frame column name).

Value

A merged table, which is a data frame whose rows are taxonomical ids and columns are the input assignments ids.


MetaComp documentation built on May 2, 2019, 9:25 a.m.