Seurat: avg_logFC - natural log or log 2?

Created on 25 Feb 2018  路  1Comment  路  Source: satijalab/seurat

I could not find this information in the documentation, but maybe I missed it: for the FindMarkers and FindAllMarkers functions is the avg_logFC in base 2 or natural log?

Most helpful comment

Hi,

avg_logFC is returned in natural log. I guess that all log transformations in Seurat are performed using the natural log. Details on this can be found in the source code at lines 171 to 173, and at line 284 in differential_expression.R.

Best,
Leon

>All comments

Hi,

avg_logFC is returned in natural log. I guess that all log transformations in Seurat are performed using the natural log. Details on this can be found in the source code at lines 171 to 173, and at line 284 in differential_expression.R.

Best,
Leon

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RuiyangLiu94 picture RuiyangLiu94  路  3Comments

GHAStVHenry picture GHAStVHenry  路  3Comments

sarahwajid picture sarahwajid  路  3Comments

kysbbubbu picture kysbbubbu  路  3Comments

whitleyo picture whitleyo  路  3Comments