Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pertz-lab
shiny-timecourse-inspector
Commits
2fbcf987
Commit
2fbcf987
authored
Oct 06, 2019
by
dmattek
Browse files
Added a tooltip to links outside of the app
parent
3101e13b
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/tabClHierSpar.R
View file @
2fbcf987
...
...
@@ -23,7 +23,9 @@ clustHierSparUI <- function(id, label = "Sparse Hierarchical Clustering") {
tagList
(
h4
(
"Sparse hierarchical clustering using "
,
a
(
"sparcl"
,
href
=
"https://cran.r-project.org/web/packages/sparcl/"
)
a
(
"sparcl"
,
href
=
"https://cran.r-project.org/web/packages/sparcl/"
,
title
=
"External link"
)
),
p
(
"Columns in the heatmap labeled according to their "
,
actionLink
(
ns
(
"alImportance"
),
"importance."
)),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment