示例#1
0
 def test_scvelo_gpcca_schur_emb_abs(self, mc: GPCCA, fpath: str):
     mc.plot_schur_embedding(abs_value=True, dpi=DPI, save=fpath)
示例#2
0
 def test_scvelo_gpcca_schur_cluster_key(self, mc: GPCCA, fpath: str):
     mc.plot_schur_embedding(cluster_key="clusters", dpi=DPI, save=fpath)
示例#3
0
 def test_scvelo_gpcca_schur_emb_use_2(self, mc: GPCCA, fpath: str):
     mc.plot_schur_embedding(use=1, dpi=DPI, save=fpath)