calour.plotting.
plot_feature_matrix
(exp: calour.experiment.Experiment, fields, feature_ids, title_field=None, transform_x=None, transform_y=None, plot='scatter', ncols=5, nrows=None, size=2, aspect=1, **kwargs)[source]¶This plots an array of scatter plots between each features against the specified sample metadata.
For each panel of scatter plot, the x-axis is the co-variates specified by sample metadata field; the y-axis is the feature abundance.
Note
This function is also available as a class method Experiment.plot_feature_matrix()
Parameters: |
|
---|---|
Returns: | |
Return type: |