
读取 .loom 文件:sc.read_loom() 存储.loom 文件:anndata.write_loom(, write_obsm_va...
https://scanpy.readthedocs.io/en/stable/generated/scanpy.pp.sample.html#...
sc.pl.violin()https://scanpy.readthedocs.io/en/stable/generated/scanpy.p...
sc.pl.matrixplot()https://scanpy.readthedocs.io/en/stable/generated/scan...
sc.pl.dotplot()https://scanpy.readthedocs.io/en/stable/generated/scanpy....
sc.pl.tsne()https://scanpy.readthedocs.io/en/stable/api/generated/scanpy...
将两个 Scanpy object merge 在一起 objects_for_merge=[scanpy_object_used_1, sca...
sc.tl. score_genes_cell_cyclehttps://scanpy.readthedocs.io/en/stable/gen...
Scanpy 中对两个 cluster 进行 差异表达分析sc.tl.rank_genes_groups(adata, groupby="lei...
文集作者