episcanpy.api.pl.rank_feat_groups¶
- episcanpy.api.pl.rank_feat_groups(adata, groups=None, n_features=20, feature_symbols=None, key='rank_features_groups', fontsize=8, ncols=4, sharey=True, show=None, save=None, ax=None)¶
Plot ranking of features.
- Parameters
- adata
Annotated data matrix.
- groups
The groups for which to show the feature ranking.
- feature_symbols
Key for field in .var that stores feature symbols if you do not want to use .var_names.
- n_features
Number of feature to show.
- fontsize
Fontsize for feature names.
- ncols
Number of panels shown per row.
- sharey
Controls if the y-axis of each panels should be shared. But passing sharey=False, each panel has its own y-axis range.
- {show_save_ax}