Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this user
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
HendrikSchultheis
/
wilson
Public
forked from
loosolab/wilson
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Files
1f52fd1
.buildkite
R
exec
inst
man
Clarion.Rd
and.Rd
andUI.Rd
categoricalPalettes.Rd
colorPicker.Rd
colorPickerUI.Rd
columnSelector.Rd
columnSelectorUI.Rd
create_geneview.Rd
create_heatmap.Rd
create_pca.Rd
create_scatterplot.Rd
divergingPalettes.Rd
download.Rd
equalize.Rd
featureSelector.Rd
featureSelectorGuide.Rd
featureSelectorUI.Rd
forceArgs.Rd
geneView.Rd
geneViewGuide.Rd
geneViewUI.Rd
global_cor_heatmap.Rd
global_cor_heatmapUI.Rd
global_cor_heatmap_guide.Rd
heatmap.Rd
heatmapGuide.Rd
heatmapUI.Rd
label.Rd
labelUI.Rd
limit.Rd
limitUI.Rd
log_message.Rd
marker.Rd
markerUI.Rd
orNumeric.Rd
orNumericUI.Rd
orTextual.Rd
orTextualUI.Rd
parse_MaxQuant.Rd
parser.Rd
pca.Rd
pcaGuide.Rd
pcaUI.Rd
release_questions.Rd
scatterPlot.Rd
scatterPlotGuide.Rd
scatterPlotUI.Rd
searchData.Rd
sequentialPalettes.Rd
set_logger.Rd
transformation.Rd
transformationUI.Rd
revdep
vignettes
.Rbuildignore
DESCRIPTION
LICENSE
NAMESPACE
NEWS.md
README.md
cran-comments.md
wilson.Rproj
Breadcrumbs
wilson
/
man
/
global_cor_heatmap.Rd
Blame
Blame
Latest commit
History
History
34 lines (26 loc) · 1.13 KB
Breadcrumbs
wilson
/
man
/
global_cor_heatmap.Rd
Top
File metadata and controls
Code
Blame
34 lines (26 loc) · 1.13 KB
Raw
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/global_cor_heatmap.R \name{global_cor_heatmap} \alias{global_cor_heatmap} \title{global correlation heatmap module server logic} \usage{ global_cor_heatmap(input, output, session, clarion, plot.method = "static", width = "auto", height = "auto", ppi = 72, scale = 1) } \arguments{ \item{input}{Shiny's input object} \item{output}{Shiny's output object} \item{session}{Shiny's session object} \item{clarion}{A clarion object. See \code{\link[wilson]{Clarion}}. (Supports reactive)} \item{plot.method}{Choose which method is used for plotting. Either "static" or "interactive" (Default = "static").} \item{width}{Width of the plot in cm. Defaults to minimal size for readable labels and supports reactive.} \item{height}{Height of the plot in cm. Defaults to minimal size for readable labels and supports reactive.} \item{ppi}{Pixel per inch. Defaults to 72 and supports reactive.} \item{scale}{Scale plot size. Defaults to 1, supports reactive.} } \value{ Reactive containing data used for plotting. } \description{ global correlation heatmap module server logic }
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
You can’t perform that action at this time.