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
Copy file name to clipboardExpand all lines: functree/templates/about.html
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@
6
6
<divclass="page-header">
7
7
<h2>{{title}}</h2>
8
8
<p>This is FuncTree 2 - version {{version}}</p>
9
-
<p>FuncTree 2 is actively developed at the <ahref="http://comp.bio.titech.ac.jp" target="_blank">Yamada Lab</a>, Tokyo Institute of Technology,
10
-
by Youssef Darzi (<ahref="https://github.com/omixer" target="_blank">@omixer</a>), Yuta Yamate (<ahref="https://github.com/yyuuta88" target="_blank">@yyuuta88</a>),
9
+
<p>FuncTree 2 is actively developed at the <ahref="http://comp.bio.titech.ac.jp" target="_blank">Yamada Lab</a>, Tokyo Institute of Technology,
10
+
by Youssef Darzi (<ahref="https://github.com/omixer" target="_blank">@omixer</a>), Yuta Yamate (<ahref="https://github.com/yutayamate" target="_blank">@yutayamate</a>),
11
11
and Takuji Yamada.
12
12
</p>
13
13
<p>Source code is available on <ahref="https://github.com/yamada-lab/functree-ng" target="_blank">github.com/yamada-lab/functree-ng</a></p>
@@ -18,22 +18,28 @@ <h3>Publications</h3>
18
18
<i><ahref="https://doi.org/10.1093/bioinformatics/btz245" target="_blank">FuncTree2: an interactive radial tree for functional hierarchies and omics data visualization</a></i>
19
19
<br/>
20
20
Darzi Y, Yamate Y, Yamada T.
21
-
<br/>
21
+
<br/>
22
22
Bioinformatics, btz245. 20 April 2019; <ahref="https://doi.org/10.1093/bioinformatics/btz245" target="_blank">https://doi.org/10.1093/bioinformatics/btz245</a>
23
23
</p>
24
-
24
+
25
25
<p>
26
26
<i><ahref="http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0126967" target="_blank">FuncTree: Functional Analysis and Visualization for Large-Scale Omics Data</a></i>
27
27
<br/>
28
28
Uchiyama T, Irie M, Mori H, Kurokawa K, Yamada T.
29
-
<br/>
29
+
<br/>
30
30
PLoS ONE 10(5): e0126967. 2015 May 14; <ahref="https://doi.org/10.1371/journal.pone.0126967" target="_blank">https://doi.org/10.1371/journal.pone.0126967</a>
<li>Addition of a toggle action to show/hide node labels.
80
86
<li>Addition of a description to the database selection.
81
87
<li>Upgrade of Flask.
82
-
</ul>
88
+
</ul>
83
89
<h5>Version 0.7.6.1 (2019-01-18)</h5>
84
90
<ul>
85
91
<li>Addition of a help section on the Functree explorer page, and improvement of the main documentation.
86
92
</ul>
87
93
<h5>Version 0.7.6 (2019-01-15)</h5>
88
94
<ul>
89
95
<li>Addition of a zoom control widget.
90
-
<li>Replacement of D3 categorical20 color palette by the color blind friendly palette tableau10.
96
+
<li>Replacement of D3 categorical20 color palette by the color blind friendly palette tableau10.
91
97
</ul>
92
98
<h5>Version 0.7.5 (2018-08-10)</h5>
93
99
<ul>
94
100
<li>Addition of an option to divide ortholog abundance by its incidence on each layer.
95
101
</ul>
96
102
<h5>Version 0.7.4 (2018-06-20)</h5>
97
103
<ul>
98
-
<li>Performance improvement: mapping time is reduced to around 15 seconds on dev machine using the example profile.tsv.
104
+
<li>Performance improvement: mapping time is reduced to around 15 seconds on dev machine using the example profile.tsv.
99
105
</ul>
100
106
<h5>Version 0.7.3 (2018-06-19)</h5>
101
107
<ul>
102
-
<li>Performance improvement: mapping time is reduced from 3 minutes to 1 minute and 20 seconds. Module coverage computation time is lowered from 80 seconds to 5 seconds.
108
+
<li>Performance improvement: mapping time is reduced from 3 minutes to 1 minute and 20 seconds. Module coverage computation time is lowered from 80 seconds to 5 seconds.
0 commit comments