Replies: 1 comment 2 replies
-
Hi, I believe Best, |
Beta Was this translation helpful? Give feedback.
2 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.
-
I'm running FindAllMarkers() on a published dataset, where I downloaded the metadata and a normalized count matrix and made a seuratobject.
I'm trying to use FindAllMarkers() to find positive markers, but I don't understand the results I get:
I don't understand how pct.1 can be lower than pct.2 and still be a positive marker, with a positive log2fold change.
I ran:
Markers <- FindAllMarkers(seurat_object, min.pct = 0.25, only.pos = TRUE)
Beta Was this translation helpful? Give feedback.
All reactions