episcanpy.api.pl.pca_loadings¶
- episcanpy.api.pl.pca_loadings(adata, components=None, include_lowest=True, show=None, save=None)¶
Rank features according to contributions to PCs.
- Parameters
- adata
Annotated data matrix.
- components
For example,
'1,2,3'
means[1, 2, 3]
, first, second, third principal component.- include_lowest
Show the features with both highest and lowest loadings.
- show
Show the plot, do not return axis.
- save
If True or a str, save the figure. A string is appended to the default filename. Infer the filetype if ending on {‘.pdf’, ‘.png’, ‘.svg’}.