calour.filtering.
filter_mean_abundance
(exp: calour.experiment.Experiment, cutoff=0.01, field=None, **kwargs)[source]¶Filter features with a mean at least cutoff of the mean total abundance/sample
For example, to keep features with mean abundance of 1% use filter_mean_abundance(cutoff=0.01).
Note
This function is also available as a class method Experiment.filter_mean_abundance()
Parameters: |
|
---|---|
Keyword Arguments: | |
negate (bool) – negate the predicate for selection |
|
Returns: | |
Return type: |
See also