sccloud.scatter_matrix¶
-
sccloud.scatter_matrix(adata, keys, color=None, use_raw=None, **kwds)[source]¶ Generate a scatter plot matrix.
- Parameters
adata (
AnnData) – Annotated data matrix.keys (
Union[str,List[str],Tuple[str]]) – Key for accessing variables of adata.var_names or a field of adata.obscolor – Key in adata.obs to color points by.
use_raw (
Optional[bool]) – Use raw attribute of adata if present.
- Return type
Element