Visualization of differential ChromVAR motifs #1279
-
Hello, I am trying to compare the ChromVAR deviations of two clusters to get differential deviations. I am doing this through:
I would like to visualize the results in some way. Which of the parameters would I use for the cutoffs (FDR? From my understanding, logFC is meaningless here) and how would I go about visualizing the results? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
From my previous post with Ryan (#1177), he suggested the usage of meandiff to observe the direction of change. I used FDR for my cutoff. You can extract the FDR and meandiff values from your diffMotif variable (which is a SummarizedExperiment object). The motif names are also located in that object. |
Beta Was this translation helpful? Give feedback.
From my previous post with Ryan (#1177), he suggested the usage of meandiff to observe the direction of change. I used FDR for my cutoff. You can extract the FDR and meandiff values from your diffMotif variable (which is a SummarizedExperiment object). The motif names are also located in that object.