Removes taxa/columns that are equal to zero

rm_zero_taxa(.data, cols = 1)

Arguments

.data

Data frame.

cols

Numeric vector with the columns to be ignored (metadata columns).

Value

Reduced data frame without taxa/columns of zeros.