differentially expressed genes #1633
Unanswered
feanaros
asked this question in
Questions / Documentation
Replies: 1 comment 1 reply
-
Please note that this is not an Issue, but a Discussion and should have been posted there. |
Beta Was this translation helpful? Give feedback.
1 reply
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 developers! Thank you for this wonderful package! a very basic question I have. Is it possible to find differentially expressed genes using getmarkerfeatures?
markersGS <- getMarkerFeatures(ArchRProj = archrproject,
useMatrix = "GeneIntegrationMatrix",
groupBy = "Clusters",
usegroups= "Red_KO",
bdgGroups= "Red_WT"
bias= c("TSSEnrichment", "log10(nFrags)"),
testMethod = "wilcoxon",
binarize = F,
maxCells = 1000)
markerList_genes <- getMarkers(markersGS, cutOff = "FDR <= 0.05 & Log2FC >= 0.5")
The markerlist genes resulting contains empty rows and 9 column. Where I'm wrong? Thanks!!!!!
F
Beta Was this translation helpful? Give feedback.
All reactions