Skip to content

Commit

Permalink
push label fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanTeoYueYang committed Dec 18, 2023
1 parent 308981d commit 88f2976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mixedmodel_de.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ mixedmodel_de = function(
# define the formula to use
fmla <- paste(
"GENE ~",
paste(label_col, latent_vars, collapse = "+")
paste('label', latent_vars, collapse = "+")
)

if (grepl("offset", de_method)) {
Expand Down

0 comments on commit 88f2976

Please sign in to comment.