Skip to content

Commit

Permalink
Fixed auto transition at DEG. Version 1.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
gexijin committed Dec 11, 2023
1 parent 4dacc14 commit c7c3637
Show file tree
Hide file tree
Showing 5 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,6 +1,6 @@
Package: idepGolem
Title: Integrated Differential Expression and Pathway Analysis
Version: 1.12
Version: 1.13
Authors@R:
person(given = "Xijin",
family = "Ge",
Expand Down
2 changes: 1 addition & 1 deletion R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ app_ui <- function(request) {
# Your application UI logic

navbarPage(
"iDEP 1.12",
"iDEP 1.13",
theme = bslib::bs_theme(
version = 5,
primary = "#0033A0",
Expand Down
2 changes: 1 addition & 1 deletion R/mod_05_deg.R
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ mod_05_deg_server <- function(id, pre_process, idep_data, load_data, tab) {
updateTabsetPanel(
session = session,
inputId = "step_1",
selected = "results_tab"
selected = "results"
)
})
}
Expand Down
4 changes: 2 additions & 2 deletions R/mod_10_doc.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ mod_10_doc_ui <- function(id) {
),
p(
"According to Google Scholar, more than",
a("673 papers cited iDEP,",
a("786 papers cited iDEP,",
href = "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=6502699637682046008,17999801138713500070,11001860275874506471",
target = "_blank"
),
" as of August 7, 2023.",
" as of December 11, 2023.",
"Our website has been accessed over 458,000 times by 114,000 users,
spending 15 minutes each time. For every 1000 users, only 6 cited
the iDEP paper, which is disappointingly low. Consider citing iDEP even
Expand Down
2 changes: 1 addition & 1 deletion inst/app/www/messages.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h3>
iDEP 1.12: interactive & reproducible
iDEP 1.13: interactive & reproducible
</h3>
<ul>
<li>
Expand Down

0 comments on commit c7c3637

Please sign in to comment.