Skip to content

Commit

Permalink
Set norm.method to LogNormalize for FindMarkers.SCTAssay to ensure ex…
Browse files Browse the repository at this point in the history
…pm1()
  • Loading branch information
saketkc committed Nov 7, 2022
1 parent 5c25215 commit 691e31a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/differential_expression.R
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,7 @@ FindMarkers.SCTAssay <- function(
pseudocount.use = pseudocount.use,
fc.results = fc.results,
densify = densify,
norm.method = 'LogNormalize' # do expm1 on data slot
...
)
return(de.results)
Expand Down

0 comments on commit 691e31a

Please sign in to comment.