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
a2d5692c
Commit
a2d5692c
authored
Dec 21, 2015
by
Mikaël Salson
Browse files
index.html: cluster menu
Reintroduce cluster by locus. Partially revert
70bd7ef6
.
parent
7c669e5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/index.html
View file @
a2d5692c
...
...
@@ -117,6 +117,7 @@
<a
class=
"buttonSelector"
onclick=
"m.resetClusters();"
>
reset all user clones
</a>
<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>
<div
id=
"clusterby_button"
>
</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