Scanpy is a scalable toolkit for analyzing single-cell gene expression data built jointly with anndata. It includes preprocessing, visualization, clustering, trajectory inference and differential ...
- sctl.function(adata,**adata.uns["parameters"]) Ex: # data download handled elsewhere adata = sc.read_10x_mtx(data_directory_path) adata.uns["parameters"]=pbmc3k ...