Chromvar_clustering #698
-
Hello @timoast ! I am trying to do a downstream analysis with the result provided by RunChromVAR. If I understand correctly, this function retrieves the deviation scores, the Z-score for each cell for each annotated motif. Then, using the following functions I have tried to know how the different cell types are related; so firstly, I have averaged the counts from chromVar for the cell identity and then I plotted (using pheatmap) the result of avgexpr_mat$chromvar. avgexpr_mat <- AverageExpression( pheatmap(avgexpr_mat$chromvar, scale = "row") As you could see from the heatmap, there is a clear biases towards two cell type where the majority of the signal is accumulated. So, can I do this type of analysis with the result of chromVar? Do I have to correct the data? Thanks for all |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Rather than looking at every motif, I'd suggest finding differentially accessible motifs between the cell types and then only plotting the top n differential motifs per cell type. |
Beta Was this translation helpful? Give feedback.
Rather than looking at every motif, I'd suggest finding differentially accessible motifs between the cell types and then only plotting the top n differential motifs per cell type.