AmpliconExperiment.
filter_prevalence
(fraction, cutoff=1, field=None, **kwargs)[source]¶Filter features keeping only ones present in more than certain fraction of all samples.
This is a convenience function wrapping filter_by_data
Parameters: |
|
---|---|
Keyword Arguments: | |
negate (bool) – negate the predicate for selection |
|
Returns: | with only features present in at least fraction of samples |
Return type: |
See also