calour.analysis.
correlation
(exp: calour.experiment.Experiment, field, method='spearman', nonzero=False, transform=None, numperm=1000, alpha=0.1, fdr_method='dsfdr', random_seed=None)[source]¶Find features with correlation to a numeric metadata field
With permutation based p-values and multiple hypothesis correction
Note
This function is also available as a class method Experiment.correlation()
Parameters: |
|
---|---|
Returns: | The experiment with only correlated features, sorted according to correlation coefficient |
Return type: |