In the tutorial, you provide the below code: ad_st = sc.read_h5ad(path) ad_sc = sc.read_h5ad(path) dt.pp_adatas(ad_sc, ad_st, genes=None) How can ad_st and ad_sc using the same path? Thank you for your help!
In the tutorial, you provide the below code:
ad_st = sc.read_h5ad(path)
ad_sc = sc.read_h5ad(path)
dt.pp_adatas(ad_sc, ad_st, genes=None)
How can ad_st and ad_sc using the same path? Thank you for your help!