Skip to content

Commit ee4c503

Browse files
committed
merge branch 'dash-lastodash' of https://github.com/plotly/dash-sample-apps into dash-lastodash
2 parents a860aaa + 05e437d commit ee4c503

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+3443
-43
lines changed

apps/dash-datashader/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
This is a demo of the [Dash](https://plot.ly/products/dash/) interactive Python framework developed by [Plotly](https://plot.ly/).
44
Dash abstracts away all of the technologies and protocols required to build an interactive web-based application and is a simple and effective way to bind a user interface around your Python code.
55

6+
Try out the [demo app here](https://dash-gallery.plotly.host/dash-datashader/).
7+
8+
69
To learn more check out our [documentation](https://dash.plot.ly).
710

811
### Contributing

apps/dashr-alignment-viewer/app.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -504,13 +504,13 @@ alignlayout <- htmlDiv(id="alignment-body", className="app-body",children=list(
504504
###HEADER###
505505
header <- htmlDiv(children = list(
506506
htmlSpan(list(htmlA(
507-
htmlImg(src='assets/index.png',
508-
height = '50',
509-
width = '50',
510-
style = list('top' = '10', 'margin-left' = '10px')),
507+
children = list(
508+
htmlImg(src='assets/plotly-dash-bio-logo.png', height = '36', width = '180',
509+
style = list('top' = '10', 'margin-left' = '10px', 'margin-top' = '20px', 'margin-right' = '20px'))
510+
),
511511
href='https://dash-bio.plotly.host/Portal/'
512512
))),
513-
"Dash Alignment Viewer",
513+
"Alignment Viewer",
514514

515515
htmlA(href="https://github.com/plotly/dash-sample-apps/blob/master/apps/dashr-alignment-viewer/app.R",
516516
style = list("color" = "white",

apps/dashr-alignment-viewer/assets/general-app-page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "assets/openSansFont.css";
1+
@import "openSansFont.css";
22

33
.dashbio-loading {
44
display: inline-block;
4.92 KB
Loading

apps/dashr-clustergram/README.MD

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
1-
Hello
1+
# DashR Clustergram
2+
3+
## About this App:
4+
5+
Clustergram is a combination of a heatmap and dendrograms that allows you to display hierarchical clustering data. Clusters on the dendrograms are highlighted in one color if they comprise data points that share some minimal level of correlation.
6+
7+
In the "Data" tab, you can select a preloaded dataset to display or, alternatively, upload one of your own. A sample dataset is also available for download in the tab.
8+
9+
In the "Graph" tab, you can choose the dimension(s) along which clustering will be performed (row or column). You can also change the threshold that determines the point at which clusters are highlighted for the row and column dendrograms, and choose which rows and columns are used to compute the clustering.
10+
11+
In addition, you can highlight specific clusters by adding annotations to the clustergram, and choose whether to show or hide the labels for the rows and/or columns.
12+
13+
Github Repo: [plotly/dash-sample-apps](https://github.com/plotly/dash-sample-apps/)
14+
15+
16+
## How to Run the App:
17+
18+
Clone the repository.
19+
20+
Run `app.R`
21+
22+
The app will load into your default browser window. If it does not, navigate to 127.0.0.1:8050.
23+
24+
## Screenshots:
25+
26+
![ClustergramMain.png](assets/ClustergramMain.png)
27+
28+
29+
## More:
30+
31+
Learn more about Plotly and Dash [here](https://plot.ly/dash).
32+
#

apps/dashr-clustergram/Rplot001.jpg

Loading

apps/dashr-clustergram/app.R

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,12 @@ header <- htmlDiv(
4141
htmlA(
4242
id = "dashbio-logo",
4343
children = list(
44-
htmlImg(
45-
src = "assets/dashbio_logo_transparent.png"
46-
)
44+
htmlImg(src='assets/plotly-dash-bio-logo.png', height = '36', width = '180',
45+
style = list('top' = '10', 'margin-left' = '10px'))
4746
),
4847
href = "/Portal"
4948
),
50-
htmlH2("Dash Clustergram"),
49+
htmlH2("Clustergram"),
5150
htmlA(
5251
id = "gh-link",
5352
children = list("View on GitHub"),
122 KB
Loading
4.92 KB
Loading

apps/dashr-daq-iv-tracer/Aptfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
libcurl4-openssl-dev
2+
libxml2-dev
3+
libv8-3.14-dev

0 commit comments

Comments
 (0)