Skip to content
Discussion options

You must be logged in to vote
  1. I'm not sure what you mean by "differential features between two conditions(case/control) along the trajectory". This seems most reasonable to do at specific pseudotime points along the trajectory. For example, "in the first part of the trajectory, how does condition A differ from condition B". If that is what you want, the trajectory is just added as another column in cellColData so you just need to identify the cells of interest and do a differential comparison as normal.
  2. No, the columns in a trajectory heatmap are not cells, they are pseudotime points
> head(colnames(trajMM))
[1] "T.0_1" "T.1_2" "T.2_3" "T.3_4" "T.4_5" "T.5_6"
  1. It is not always the case that you get multiple curves …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AnjaliC4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants