Skip to content

Commit

Permalink
Simplify ideogram configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Jul 8, 2016
1 parent 91bc879 commit cec816d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions SRR562646.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,17 +158,11 @@ <h1>SRR562646, DSN-lite | Genome-Wide RNA-Seq Viewer</h1>

var config = {
container: "#container",
taxid: 9606,
chromosomes: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "X", "Y"],
chrWidth: 10,
organism: "human",
assembly: "GRCh37",
chrHeight: 300,
chrMargin: 10,
showChromosomeLabels: true,
annotationsPath: "../data/annotations/SRR562646.json",
annotationsLayout: "histogram",
histogramScaling: "relative",
barWidth: 3,
orientation: "vertical",
onLoad: onIdeogramLoad
};

Expand Down

0 comments on commit cec816d

Please sign in to comment.