Skip to content

Commit

Permalink
fixed messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Dec 7, 2023
1 parent 3042f18 commit 33c5dcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: tidybulk
Title: Brings transcriptomics to the tidyverse
Version: 1.15.2
Version: 1.15.3
Authors@R: c(person("Stefano", "Mangiola", email = "[email protected]",
role = c("aut", "cre")),
person("Maria", "Doyle", email = "[email protected]",
Expand Down
10 changes: 5 additions & 5 deletions R/functions_SE.R
Original file line number Diff line number Diff line change
Expand Up @@ -1171,11 +1171,11 @@ get_differential_transcript_abundance_glmmSeq_SE <- function(.data,
# # Add raw object
# attach_to_internals(glmmSeq_object, "glmmSeq") %>%

# Communicate the attribute added
{
rlang::inform("tidybulk says: to access the raw results (fitted GLM) do `attr(..., \"internals\")$glmmSeq`", .frequency_id = "Access DE results glmmSeq", .frequency = "once")
(.)
} %>%
# # Communicate the attribute added
# {
# rlang::inform("tidybulk says: to access the raw results (fitted GLM) do `attr(..., \"internals\")$glmmSeq`", .frequency_id = "Access DE results glmmSeq", .frequency = "once")
# (.)
# } %>%

# Attach prefix
setNames(c(
Expand Down

0 comments on commit 33c5dcd

Please sign in to comment.