scirpy.pl.alpha_diversity¶
-
scirpy.pl.alpha_diversity(adata, groupby, *, target_col='clonotype', vistype='bar', **kwargs)¶ Plot the alpha diversity per group.
`Plot the alpha diversity per group.
Calls
scirpy.tl.alpha_diversity().- Parameters
- adata :
AnnDataAnnData Annotated data matrix. Will execute
scirpy.tl.alpha_diversity()on-the-fly.- groupby :
strstr Column of
obsby which the grouping will be performed- target_col :
strstr(default:'clonotype') Column on which to compute the alpha diversity
- vistype : {‘bar’}
Literal[‘bar’] (default:'bar') Visualization type. Currently only ‘bar’ is supported.
- **kwargs
Additional parameters passed to
scirpy.pl.base.bar()
- adata :
- Return type