Experiment.
filter_mean_abundance
(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).
Parameters: |
|
---|---|
Keyword Arguments: | |
negate (bool) – negate the predicate for selection |
|
Returns: | |
Return type: |
See also