filter_joint_zeros: Return a vector indicating whether the frequency of 0-0...

View source: R/parse_data.R

filter_joint_zerosR Documentation

Return a vector indicating whether the frequency of 0-0 observations for a given taxon pair is less than some threshold

Description

Return a vector indicating whether the frequency of 0-0 observations for a given taxon pair is less than some threshold

Usage

filter_joint_zeros(counts, threshold_and = 0.05, threshold_or = 0.5)

Arguments

counts

taxon-by-sample count matrix

threshold_and

ceiling on the proportion of allowable joint zero (0-0) observations for a given pair of taxa

threshold_or

ceiling on the proportion of allowable combined zero and non-zero observations for a given pair of taxa

Value

logical vector


kimberlyroche/rulesoflife documentation built on May 7, 2023, 11:08 a.m.