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
I am sure I am misunderstanding something but couldn't find any documentation to explain this behaviour. I have found that when i run mousipy as follows:
The MAX value of the norm counts are now different. in fact they are higher than in the original adata object! Is there merging that is carried out by default for common genes /orthologues?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi!
I am sure I am misunderstanding something but couldn't find any documentation to explain this behaviour. I have found that when i run mousipy as follows:
`from mousipy import translate
adata_sub = translate(adata, stay_sparse=True)
print(np.amin(adata_sub.X)
print(np.amax(adata_sub.X)
#original object
print(np.amin(adata.X)
print(np.amax(adata.X)
`
The MAX value of the norm counts are now different. in fact they are higher than in the original
adata
object! Is there merging that is carried out by default for common genes /orthologues?Thank you!
The text was updated successfully, but these errors were encountered: