Open zyy23 opened 8 months ago
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!