calour.sorting.
sort_abundance
(exp: calour.experiment.Experiment, subgroup=None, **kwargs)[source]¶Sort features based on their abundance in a subset of the samples.
This is a convenience wrapper for sort_by_data()
.
Note
This function is also available as a class method Experiment.sort_abundance()
Parameters: |
|
---|---|
Keyword Arguments: | |
|
|
Returns: | with features sorted by abundance |
Return type: |
See also