Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
33537529
Commit
33537529
authored
Feb 25, 2015
by
Marc Duez
Browse files
index.html : remove analysis menu > moved to scatterplot.js
parent
627ded69
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/index.html
View file @
33537529
...
...
@@ -173,24 +173,6 @@
</div></div>
</div>
<div
class=
"menu"
id=
"analysis_menu"
onmouseover=
"showSelector('groupSelector');"
>
analysis
<div
id=
"groupSelector"
class=
"selector"
>
<div>
<a
class=
"buttonSelector"
onclick=
"sp.changeSplitMethod('gene_v', 'gene_j');"
>
V / J (genes)
</a>
<a
class=
"buttonSelector"
onclick=
"sp.changeSplitMethod('allele_v', 'allele_j');"
>
V / J (alleles)
</a>
<a
class=
"buttonSelector"
onclick=
"sp.changeSplitMethod('gene_v', 'n');"
>
V / N length
</a>
<!--
<a class="buttonSelector" onclick="sp.changeSplitMethod('gene_v', 'nSize');">V / N length + VJ deletions</a>
k-->
<a
class=
"buttonSelector"
onclick=
"sp.changeSplitMethod('gene_v', 'Size')"
>
V / abundance at selected timepoint
</a>
<a
class=
"buttonSelector"
onclick=
"sp.changeSplitMethod('gene_v', 'bar')"
>
V distribution
</a>
<!--<a class="buttonSelector" onclick="sp.changeSplitMethod('dbscan', 'dbscan')">Graph</a>-->
<!--<a class="buttonSelector" onclick="sp.changeSplitMethod('graph','graph')">Edit distance distribution</a>
<a class="buttonSelector" onclick="sp.changeSplitMethod('dbscan','dbscan')">DBSCAN algorithm</a>-->
</div>
</div>
</div>
<div
class=
"menu"
id=
"color_menu"
onmouseover=
"showSelector('colorSelector');"
>
color
<div
id=
"colorSelector"
class=
"selector"
><div>
<a
class=
"buttonSelector"
onclick=
"m.changeColorMethod('Tag');"
>
by tag
</a>
...
...
Write
Preview
Supports
Markdown
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