calour.filtering.
filter_abundance
(exp: calour.experiment.Experiment, cutoff=10, **kwargs)[source]¶Filter features with sum abundance across all samples less than the cutoff.
For example, to keep features with mean abundance of 150 use filter_abundance(cutoff=150).
Note
This function is also available as a class method Experiment.filter_abundance()
Parameters: |
|
---|---|
Keyword Arguments: | |
negate (bool) – negate the predicate for selection |
|
Returns: | |
Return type: |
See also