Skip to content

Commit f11b907

Browse files
authored
Update with new apps (#35)
* update gitignore to not ignore application.yml * update index.html with new apps
1 parent a351ed5 commit f11b907

File tree

2 files changed

+36
-10
lines changed

2 files changed

+36
-10
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
**.bkp
66

77
shinyproxy/shiny-apps
8-
shinyproxy/application.yml
98
nginx/nginx.conf

shinyproxy/templates/index.html

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h1><b>
137137
<!-- Examples of App Impact -->
138138
<p style="color: grey; ">
139139
Impact (examples):
140-
<a href="https://www.nature.com/articles/s41467-019-14020-5#Sec11" style="margin-left:1em">Neurobiology</a>
140+
<a href="https://www.nature.com/articles/s41467-019-14020-5" style="margin-left:1em">Neurobiology</a>
141141
<a href="https://www.sciencedirect.com/science/article/pii/S0092867418316246" > Splicing Regulation</a>
142142
<a href="https://elifesciences.org/articles/47678">Cancer</a>
143143

@@ -202,7 +202,7 @@ <h1> <b>
202202
<p style="color: grey;">
203203
Impact (examples):
204204
<br>
205-
<a href="https://pubmed.ncbi.nlm.nih.gov/30856170/">Cancer</a>
205+
<a href="https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1006832">Cancer</a>
206206

207207
</p>
208208
</div>
@@ -220,7 +220,9 @@ <h1> <b>
220220

221221
<!-- App Resources -->
222222
<p>
223-
<a href="assets/tutorial_voyAGEr.pdf">Tutorial</a>
223+
<a href="https://doi.org/10.7554/eLife.88623.3">Paper</a>
224+
<a href="https://github.com/DiseaseTranscriptomicsLab/voyAGEr">GitHub</a>
225+
<a href="https://diseasetranscriptomicslab.github.io/voyAGEr/www/voyAGEr-WebAppTutorial.html">Tutorial</a>
224226
</p>
225227

226228
<!-- App Description -->
@@ -233,7 +235,6 @@ <h1> <b>
233235
</div>
234236
</div>
235237

236-
237238
<!-- ------ betAS ------ -->
238239
<div class="card reveal">
239240
<div>
@@ -248,7 +249,12 @@ <h1> <b>
248249
</b> </h1>
249250
<!-- App Resources -->
250251
<p>
251-
<a href="https://youtu.be/RfMcg3boR5I">Tutorial</a>
252+
<a href="https://rnajournal.cshlp.org/content/30/4/337.abstract">Paper</a>
253+
<a href="https://github.com/DiseaseTranscriptomicsLab/betAS/tree/dev">GitHub</a>
254+
255+
Tutorial
256+
<a style="margin-right: 0em;" href="https://compbio.imm.medicina.ulisboa.pt/betas/tutorial">[1]</a>
257+
<a href="https://diseasetranscriptomicslab.github.io/betAS/inst/betAS_tutorial.html">[2]</a>
252258

253259
</p>
254260

@@ -265,8 +271,8 @@ <h1> <b>
265271
Impact (examples):
266272
<br>
267273
Alternative Splicing
268-
<a style="margin-right: 0em;" href="https://pubmed.ncbi.nlm.nih.gov/32963109/">[1]</a>
269-
<a href="https://pubmed.ncbi.nlm.nih.gov/34039990/">[2]</a>
274+
<a style="margin-right: 0em;" href="https://rnajournal.cshlp.org/content/26/12/1935.long">[1]</a>
275+
<a href="https://www.nature.com/articles/s41467-021-23505-1">[2]</a>
270276

271277
</p>
272278

@@ -306,10 +312,30 @@ <h1> <b>
306312
</div>
307313
</div>
308314

309-
<!-- ------ missing card ------
315+
<!-- ------ markeR ------ -->
316+
<div class="card ">
317+
<div>
318+
<h1> <b>
319+
<!-- Icon App -->
320+
<i class="fa-solid fa-align-left"></i>
321+
<!-- Name App -->
322+
markeR
323+
</b></h1>
324+
325+
<!-- App Resources -->
326+
<p>
327+
<a href="https://github.com/DiseaseTranscriptomicsLab/markeR/">GitHub</a>
328+
</p>
329+
330+
<!-- App Description -->
331+
<p style="font-family: Syne Mono;"> Toolkit for Evaluating Gene Signatures as Phenotype Markers in R </p>
332+
</div>
333+
</div>
334+
335+
<!-- ------ missing card ------ -->
310336
<div class="missing_card reveal">
311337

312-
</div> -->
338+
</div>
313339

314340
<!-- ------ missing card ------
315341
<div class="missing_card reveal">
@@ -551,3 +577,4 @@ <h5><b> <a href = "https://hub.docker.com/r/nunoagostinho/rsem">rsem</a> </b></
551577
</body>
552578

553579
</html>
580+

0 commit comments

Comments
 (0)