What is the meaning of pct.1 and pct.2 in FindAllMarkers( ) result table? #4731
-
Though it seems easy to infer that pct.1 means the percentage of cells highly expressing one certain gene in the designated cluster and pct.2 means the percentage of cells highly expressing the same gene in other clusters, I wonder the exact meaning of these two column names' meaning. Because when I need to explain how I find the DEG, I have to explain the rationale for doing so. But it is kind of tricky for me to tell exactly what pct.1 and pct.2 stand for. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, Using following example pct.1 is the percentage of cells expressing the gene/feature in ident.1 and pct.2 is the percentage of cells that express gene/feature in ident.2. Best, |
Beta Was this translation helpful? Give feedback.
Hi,
Using following example
markers <- FindMarkers(object = obj, ident.1 = "cluster1", ident.2 = "cluster2")
pct.1 is the percentage of cells expressing the gene/feature in ident.1 and pct.2 is the percentage of cells that express gene/feature in ident.2.
Best,
Sam