Skip to content

Commit

Permalink
fix missing formula
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Feb 12, 2024
1 parent 0e1755a commit 2ba80c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ get_differential_transcript_abundance_glmmSeq <- function(.data,
# Create design matrix for dispersion, removing random effects
design =
model.matrix(
object = .formula |> eliminate_random_effects(),
object = .formula |> lme4::nobars(),
data = metadata
)

Expand Down

0 comments on commit 2ba80c6

Please sign in to comment.