You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For scanorama, scgen , mnn , saucie, saucie and desc; a new AnnData object is returned and the adata remains untouched.
Whereas for other methods the original adata updated and returned. This may be happening due to inconsistent use of adata.copy().
Overall unaware user may lead to wrong conclusion.
The text was updated successfully, but these errors were encountered:
For
scanorama
,scgen
,mnn
,saucie
,saucie
anddesc
; a new AnnData object is returned and theadata
remains untouched.Whereas for other methods the original adata updated and returned. This may be happening due to inconsistent use of
adata.copy()
.Overall unaware user may lead to wrong conclusion.
The text was updated successfully, but these errors were encountered: