Closed wubaosheng closed 2 years ago
after the 'sm.run(pairwise=True)', how to save the results of sm to our disk? @atarashansky
samap.utils.save_samap(sm,'test.sam')
it should be
samap.utils.save_samap(sm,'test')
if that doesnt work please save the anndata output by samap: sm.samap.adata.
sm.samap.adata
after the 'sm.run(pairwise=True)', how to save the results of sm to our disk? @atarashansky