Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AraQTL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nijveen, Harm
AraQTL
Commits
49d77805
There was a problem fetching the pipeline summary.
Commit
49d77805
authored
9 years ago
by
Nijveen, Harm
Browse files
Options
Downloads
Patches
Plain Diff
removed unused variable
parent
fb3a10ed
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
static/js/multiplot.coffee
+1
-14
1 addition, 14 deletions
static/js/multiplot.coffee
with
1 addition
and
14 deletions
static/js/multiplot.coffee
+
1
−
14
View file @
49d77805
...
...
@@ -2,21 +2,8 @@
#
# Interactive eQTL plot
#
# In top figure, x-axis corresponds to marker location, y-axis is
# genomic position of probes on a gene expression microarray Each
# plotted point is an inferred eQTL with LOD > 10; opacity corresponds
# to LOD score, though all LOD > 25 are made fully opaque.
# adapted from https://github.com/kbroman/d3examples/tree/master/cistrans
#
# Hover over a point to see probe ID and LOD score; also highlighted
# are any other eQTL for that probe. Click on the point to see LOD
# curves below.
#
# Hover over markers in LOD curve plot to view marker names; click on
# a marker to see the phenotype-vs-genotype plot to right. In
# geno-vs-pheno plot, hover over average to view value, and hover over
# points to view individual IDs.
selectedGene
=
""
# function that does all of the work
draw
=
(
data
)
->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment