Differential peaks comparisons between combined groups #881
Unanswered
yxiao832
asked this question in
Questions / Documentation
Replies: 1 comment
-
looks fine to me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ArchR team,
If I want to get the differential peaks between cluster1,2,3 (as one combined group) and cluster4,5,6 (as one combined background group )
should I use the following command:
markerTest <- getMarkerFeatures(
ArchRProj = proj,
useMatrix = "PeakMatrix",
groupBy = "Clusters",
testMethod = "wilcoxon",
bias = c("TSSEnrichment", "log10(nFrags)"),
useGroups = c("Cluster1","Cluster2","Cluster3"),
bgdGroups = c("Cluster4","Cluster5","Cluster6")
)
pma <- plotMarkers(seMarker = markerTest, name = c("Cluster1","Cluster2","Cluster3"), cutOff = "FDR <= 0.1 & abs(Log2FC) >= 1", plotAs = "MA")
Thank you very much!
Yang
Beta Was this translation helpful? Give feedback.
All reactions