Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
aa2781a4
Commit
aa2781a4
authored
Jan 25, 2016
by
marc
Committed by
Mathieu Giraud
Mar 09, 2016
Browse files
index.html: add dbscan and custom clustering to cluster menu
parent
625dd23e
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/index.html
View file @
aa2781a4
...
...
@@ -123,7 +123,8 @@
<a
class=
"buttonSelector"
onclick=
"m.clusterBy(function(id){return m.clone(id).getGene(5)});"
>
cluster by V/5'
</a>
<a
class=
"buttonSelector"
onclick=
"m.clusterBy(function(id){return m.clone(id).getGene(3)});"
>
cluster by J/3'
</a>
<a
class=
"buttonSelector"
onclick=
"m.clusterBy(function(id){return m.clone(id).germline});"
>
cluster by locus
</a>
<a
class=
"buttonSelector"
onclick=
"m.similarity_builder.DBscan(95,0.001);"
>
DBscan
</a>
<a
class=
"buttonSelector"
onclick=
"m.similarity_builder.cluster_me(95,0.1);"
>
cluster_me
</a>
<div
id=
"clusterby_button"
>
</div>
</div></div>
</div>
...
...
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