We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b839417 commit 5f7e544Copy full SHA for 5f7e544
Project.toml
@@ -1,7 +1,7 @@
1
name = "VariantVisualization"
2
uuid = "7f8bf45c-0ad5-53b5-97e6-33c1305e0aa4"
3
authors = ["George Tollefson <gatollefson@gmail.com>"]
4
-version = "0.4.1"
+version = "0.4.2"
5
6
[deps]
7
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
src/plot_utils.jl
@@ -120,8 +120,8 @@ function genotype_heatmap_with_groups(input::Array{Int64,2},title::String,chrom_
120
transpose=true,
121
122
colorscale = [
123
- [0, "rgb(208, 211, 212)"], #light grey
124
- [0.2, "rgb(151, 154, 154)"], #dark grey
+ [0, "rgb(151, 154, 154)"], #dark grey
+ [0.2, "rgb(208, 211, 212)"], #light grey
125
[0.4, "rgb(255,255,255)"], #white
126
#[0.4, "rgb(56,25,90)"], #dark blue
127
[0.6, "rgb(51,106,145)"], #blue
@@ -351,8 +351,8 @@ function dp_heatmap2_with_groups(input::Array{Int64,2},title::String,chrom_label
351
352
353
354
355
- [0.125, "rgb(151, 154, 154)"], #dark grey
+ [0.125, "rgb(208, 211, 212)"], #light grey
356
[0.25, "rgb(255, 255, 255)"],
357
[0.4, "rgb(153,231,255)"],
358
[0.5, "rgb(79,146,255)"],
0 commit comments