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
b=[1,2]
st.spatial.trajectory.pseudotimespace_global(adata_SME, use_label="leiden", list_clusters=b)
and
a=[0,2]
st.spatial.trajectory.pseudotimespace_global(adata_SME, use_label="leiden", list_clusters=a)
did the trajectory analysis, can I use st.spatial.trajectory.compare _transitions() to compare the differences between these two for different clades?
Thanks!
The text was updated successfully, but these errors were encountered:
Yes, I can do it. It just compares the genes between the two sets of transition markers.
You still need to run st.spatial.trajectory.detect_transition_markers_clades. The transition markers result for each clade will be stored in adata.uns['clade name']. Then the st.spatial.trajectory.compare _transitions() function will compare between them
Dear Author.
I'm using
did the trajectory analysis, can I use st.spatial.trajectory.compare _transitions() to compare the differences between these two for different clades?
Thanks!
The text was updated successfully, but these errors were encountered: