{
"cells": [
{
"cell_type": "markdown",
"source": [
"# Plotting and further insights\n",
"The raw results of Pandora might be enough for you, but sometimes you really want to know what is going on with your data and why the results are the way they are. This is probably especially true for the support values of single samples.\n",
"\n",
"In this jupyter notebook, we provide some examples on how you can inspect your results with a focus on the support values.\n",
"\n",
"These examples are also intended to demonstrate the plotting functionalities of Pandora.\n",
"\n",
"The dataset we are using here is the West-Eurasian subset of the Human Origins data (Lazaridis, I., Patterson, N., Mittnik, A. et al. Ancient human genomes suggest three ancestral populations for present-day Europeans. Nature 513, 409–413 (2014). https://doi.org/10.1038/nature13673) merged with 13 Çayönü individuals (N. Ezgi Altınışık et al., A genomic snapshot of demographic and cultural dynamism in Upper Mesopotamia during the Neolithic Transition.Sci. Adv.8,eabo3609(2022). https://doi.org/10.1126/sciadv.abo3609) "
],
"metadata": {
"collapsed": false
},
"id": "25026758a9700c7d"
},
{
"cell_type": "code",
"execution_count": 1,
"outputs": [],
"source": [
"# First import some Pandora library functionality and other packages we are going to need for the following inspection\n",
"import pandas as pd\n",
"import pathlib\n",
"\n",
"from pandora.embedding import from_smartpca\n",
"from pandora.embedding_comparison import EmbeddingComparison\n",
"from pandora.plotting import plot_embedding_comparison_rogue_samples, plot_support_values, plot_populations, plot_projections\n",
"\n",
"# and setup the paths to the exemplary results we are going to inspect\n",
"results_dir = pathlib.Path(\"../_static/cayonu_results\")\n",
"bootstrap_results = results_dir / \"bootstrap\"\n",
"support_values_file = results_dir / \"pandora.supportValues.csv\"\n",
"projected_support_values_file = results_dir / \"pandora.supportValues.projected.csv\""
],
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2023-12-12T12:50:38.172767Z",
"start_time": "2023-12-12T12:50:36.866361Z"
}
},
"id": "3f0a00d2f014444d"
},
{
"cell_type": "code",
"execution_count": 2,
"outputs": [],
"source": [
"# we next load the EigenDataset for the Cayonu dataset\n",
"# note that we only use a pickled object for this as the EIGENSTRAT files would be too large for uploading to GitHub\n",
"import pickle\n",
"\n",
"cayonu_dataset = pickle.load((results_dir / \"dataset.pickle\").open(\"rb\"))\n",
"\n",
"# here is how you would normally initialize this dataset:\n",
"# cayonu_dataset = EigenDataset(\n",
"# file_prefix=pathlib.Path(prefix/to/cayonu_files), \n",
"# embedding_populations=pathlib.Path(prefix/to/embedding_populations.txt)\n",
"# ) \n",
"\n",
"# load the pre-computed PCA object\n",
"cayonu_dataset.pca = from_smartpca(\n",
" evec=results_dir / \"cayonu.evec\",\n",
" eval=results_dir / \"cayonu.eval\"\n",
")"
],
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2023-12-12T12:50:38.617382Z",
"start_time": "2023-12-12T12:50:38.173416Z"
}
},
"id": "9598b7d558b3a2a1"
},
{
"cell_type": "markdown",
"source": [
"First, we visualize the dataset's unbootstrapped PCA using the precomputed results and annotate all populations"
],
"metadata": {
"collapsed": false
},
"id": "7749423be091d808"
},
{
"cell_type": "code",
"execution_count": 3,
"outputs": [
{
"data": {
"text/html": " \n "
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.plotly.v1+json": {
"data": [
{
"customdata": [
[
"ALB191",
"Albanian",
0.0106,
0.0023
],
[
"ALB202",
"Albanian",
0.0069,
0.0015
],
[
"ALB212",
"Albanian",
0.0065,
-0.0099
],
[
"ALB213",
"Albanian",
0.006,
-0.0017
],
[
"ALB220",
"Albanian",
0.0031,
-0.0045
],
[
"ALB230",
"Albanian",
0.0095,
-0.0056
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(0.0%, 100%, 80%)"
},
"mode": "markers",
"name": "Albanian",
"x": [
0.0106,
0.0069,
0.0065,
0.006,
0.0031,
0.0095
],
"y": [
0.0023,
0.0015,
-0.0099,
-0.0017,
-0.0045,
-0.0056
],
"type": "scatter"
},
{
"customdata": [
[
"Adana23108",
"Turkish",
-0.0337,
0.0058
],
[
"Adana23112",
"Turkish",
-0.0189,
0.0335
],
[
"Adana23113",
"Turkish",
-0.0236,
0.0466
],
[
"Adana23114",
"Turkish",
-0.0205,
0.0316
],
[
"Adana23117",
"Turkish",
-0.0189,
0.0282
],
[
"Adana23133",
"Turkish",
-0.0224,
0.0257
],
[
"Adana23136",
"Turkish",
-0.0307,
0.005
],
[
"Adana23144",
"Turkish",
-0.0211,
0.0422
],
[
"Adana23147",
"Turkish",
-0.024,
0.014
],
[
"Adana23150",
"Turkish",
-0.0095,
0.0254
],
[
"Aydin18112",
"Turkish",
-0.0158,
0.032
],
[
"Aydin18419",
"Turkish",
-0.0101,
0.0346
],
[
"Aydin18483",
"Turkish",
-0.0156,
0.0484
],
[
"Aydin18596",
"Turkish",
-0.0115,
0.0421
],
[
"Aydin18636",
"Turkish",
-0.0151,
0.0322
],
[
"Aydin18784",
"Turkish",
-0.0132,
0.0277
],
[
"Aydin18873",
"Turkish",
-0.0089,
0.0275
],
[
"Balikesir16653",
"Turkish",
-0.0132,
0.0452
],
[
"Balikesir16675",
"Turkish",
-0.0114,
0.0339
],
[
"Balikesir16790",
"Turkish",
-0.0124,
0.0416
],
[
"Balikesir16837",
"Turkish",
-0.0054,
0.0393
],
[
"Balikesir16887",
"Turkish",
-0.0108,
0.0344
],
[
"Balikesir17006",
"Turkish",
-0.011,
0.0389
],
[
"Istanbul15781",
"Turkish",
0.001,
0.0102
],
[
"Istanbul17778",
"Turkish",
-0.0179,
0.0429
],
[
"Istanbul19185",
"Turkish",
-0.0139,
0.0328
],
[
"Istanbul19708",
"Turkish",
-0.0185,
0.0425
],
[
"Istanbul19810",
"Turkish",
-0.0132,
0.036
],
[
"Istanbul20010",
"Turkish",
-0.0207,
0.0334
],
[
"Istanbul20040",
"Turkish",
-0.0247,
0.0403
],
[
"Istanbul25081",
"Turkish",
-0.0095,
0.0262
],
[
"Istanbul25095",
"Turkish",
0.0108,
0.0151
],
[
"Istanbul25098",
"Turkish",
0.0123,
0.0017
],
[
"Kayseri23271",
"Turkish",
-0.0205,
0.0287
],
[
"Kayseri23549",
"Turkish",
-0.0219,
0.0344
],
[
"Kayseri23892",
"Turkish",
-0.0213,
0.0295
],
[
"Kayseri23967",
"Turkish",
-0.019,
0.0385
],
[
"Kayseri24032",
"Turkish",
-0.0201,
0.03
],
[
"Kayseri24075",
"Turkish",
-0.0203,
0.0305
],
[
"Kayseri24266",
"Turkish",
-0.0178,
0.033
],
[
"Kayseri24276",
"Turkish",
-0.0241,
0.0302
],
[
"Kayseri24392",
"Turkish",
-0.0165,
0.0253
],
[
"Kayseri24402",
"Turkish",
-0.0154,
0.0279
],
[
"Trabzon21173",
"Turkish",
-0.0265,
0.0385
],
[
"Trabzon21174",
"Turkish",
-0.0219,
0.0343
],
[
"Trabzon21177",
"Turkish",
-0.0275,
0.0354
],
[
"Trabzon21515",
"Turkish",
-0.022,
0.0278
],
[
"Trabzon21534",
"Turkish",
-0.0246,
0.0293
],
[
"Trabzon21544",
"Turkish",
-0.0249,
0.0359
],
[
"Trabzon21557",
"Turkish",
-0.0268,
0.0321
],
[
"Trabzon21575",
"Turkish",
-0.0234,
0.0367
],
[
"Trabzon21645",
"Turkish",
-0.0215,
0.0363
],
[
"Turkish4BA57",
"Turkish",
-0.011,
0.0269
],
[
"Turkish7BA57",
"Turkish",
-0.0078,
0.0245
],
[
"Turkish8BA62",
"Turkish",
-7.0E-4,
0.0207
],
[
"Turkish9BA57",
"Turkish",
-0.0169,
0.036
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(1.7857142857142858%, 100%, 80%)"
},
"mode": "markers",
"name": "Turkish",
"x": [
-0.0337,
-0.0189,
-0.0236,
-0.0205,
-0.0189,
-0.0224,
-0.0307,
-0.0211,
-0.024,
-0.0095,
-0.0158,
-0.0101,
-0.0156,
-0.0115,
-0.0151,
-0.0132,
-0.0089,
-0.0132,
-0.0114,
-0.0124,
-0.0054,
-0.0108,
-0.011,
0.001,
-0.0179,
-0.0139,
-0.0185,
-0.0132,
-0.0207,
-0.0247,
-0.0095,
0.0108,
0.0123,
-0.0205,
-0.0219,
-0.0213,
-0.019,
-0.0201,
-0.0203,
-0.0178,
-0.0241,
-0.0165,
-0.0154,
-0.0265,
-0.0219,
-0.0275,
-0.022,
-0.0246,
-0.0249,
-0.0268,
-0.0234,
-0.0215,
-0.011,
-0.0078,
-7.0E-4,
-0.0169
],
"y": [
0.0058,
0.0335,
0.0466,
0.0316,
0.0282,
0.0257,
0.005,
0.0422,
0.014,
0.0254,
0.032,
0.0346,
0.0484,
0.0421,
0.0322,
0.0277,
0.0275,
0.0452,
0.0339,
0.0416,
0.0393,
0.0344,
0.0389,
0.0102,
0.0429,
0.0328,
0.0425,
0.036,
0.0334,
0.0403,
0.0262,
0.0151,
0.0017,
0.0287,
0.0344,
0.0295,
0.0385,
0.03,
0.0305,
0.033,
0.0302,
0.0253,
0.0279,
0.0385,
0.0343,
0.0354,
0.0278,
0.0293,
0.0359,
0.0321,
0.0367,
0.0363,
0.0269,
0.0245,
0.0207,
0.036
],
"type": "scatter"
},
{
"customdata": [
[
"AshkenaziJew5704",
"Jew_Ashkenazi",
-0.0112,
-0.0048
],
[
"AshkenaziJew5728",
"Jew_Ashkenazi",
-0.0072,
-0.0043
],
[
"AshkenaziJew5779",
"Jew_Ashkenazi",
-0.0122,
-0.0076
],
[
"AshkenaziJew5782",
"Jew_Ashkenazi",
-0.0098,
-0.006
],
[
"AshkenaziJew5783",
"Jew_Ashkenazi",
-0.0062,
-0.0038
],
[
"AshkenaziJew5788",
"Jew_Ashkenazi",
-0.0093,
-0.0076
],
[
"AshkenaziJew5790",
"Jew_Ashkenazi",
-0.0077,
-0.0163
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(3.5714285714285716%, 100%, 80%)"
},
"mode": "markers",
"name": "Jew_Ashkenazi",
"x": [
-0.0112,
-0.0072,
-0.0122,
-0.0098,
-0.0062,
-0.0093,
-0.0077
],
"y": [
-0.0048,
-0.0043,
-0.0076,
-0.006,
-0.0038,
-0.0076,
-0.0163
],
"type": "scatter"
},
{
"customdata": [
[
"BAS22",
"Basque",
0.035,
-0.0472
],
[
"BAS25",
"Basque",
0.0346,
-0.0463
],
[
"BAS27",
"Basque",
0.0334,
-0.047
],
[
"BAS28",
"Basque",
0.035,
-0.0459
],
[
"BAS30",
"Basque",
0.035,
-0.0545
],
[
"BAS31",
"Basque",
0.0354,
-0.0481
],
[
"BAS32",
"Basque",
0.0317,
-0.0482
],
[
"BAS33",
"Basque",
0.0324,
-0.0462
],
[
"BAS35",
"Basque",
0.036,
-0.0444
],
[
"HGDP01357",
"Basque",
0.031,
-0.0461
],
[
"HGDP01358",
"Basque",
0.0331,
-0.0481
],
[
"HGDP01359",
"Basque",
0.0345,
-0.0452
],
[
"HGDP01360",
"Basque",
0.0399,
-0.0514
],
[
"HGDP01362",
"Basque",
0.0343,
-0.0461
],
[
"HGDP01363",
"Basque",
0.0342,
-0.0451
],
[
"HGDP01364",
"Basque",
0.0291,
-0.0428
],
[
"HGDP01365",
"Basque",
0.032,
-0.0469
],
[
"HGDP01366",
"Basque",
0.034,
-0.046
],
[
"HGDP01367",
"Basque",
0.0362,
-0.0446
],
[
"HGDP01368",
"Basque",
0.0317,
-0.0399
],
[
"HGDP01370",
"Basque",
0.0341,
-0.0487
],
[
"HGDP01371",
"Basque",
0.0355,
-0.0415
],
[
"HGDP01373",
"Basque",
0.033,
-0.0487
],
[
"HGDP01374",
"Basque",
0.034,
-0.0524
],
[
"HGDP01375",
"Basque",
0.0324,
-0.0453
],
[
"HGDP01377",
"Basque",
0.0339,
-0.0456
],
[
"HGDP01378",
"Basque",
0.0337,
-0.045
],
[
"HGDP01379",
"Basque",
0.0351,
-0.0485
],
[
"HGDP01380",
"Basque",
0.0339,
-0.0499
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(5.357142857142858%, 100%, 80%)"
},
"mode": "markers",
"name": "Basque",
"x": [
0.035,
0.0346,
0.0334,
0.035,
0.035,
0.0354,
0.0317,
0.0324,
0.036,
0.031,
0.0331,
0.0345,
0.0399,
0.0343,
0.0342,
0.0291,
0.032,
0.034,
0.0362,
0.0317,
0.0341,
0.0355,
0.033,
0.034,
0.0324,
0.0339,
0.0337,
0.0351,
0.0339
],
"y": [
-0.0472,
-0.0463,
-0.047,
-0.0459,
-0.0545,
-0.0481,
-0.0482,
-0.0462,
-0.0444,
-0.0461,
-0.0481,
-0.0452,
-0.0514,
-0.0461,
-0.0451,
-0.0428,
-0.0469,
-0.046,
-0.0446,
-0.0399,
-0.0487,
-0.0415,
-0.0487,
-0.0524,
-0.0453,
-0.0456,
-0.045,
-0.0485,
-0.0499
],
"type": "scatter"
},
{
"customdata": [
[
"BEL57",
"Italian_South",
-0.0049,
-0.0187
],
[
"ITS2",
"Italian_South",
-0.0066,
-0.0028
],
[
"ITS4",
"Italian_South",
-0.0093,
-0.0045
],
[
"ITS5",
"Italian_South",
-0.0056,
-0.009
],
[
"ITS7",
"Italian_South",
-0.0064,
-0.0068
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(7.142857142857143%, 100%, 80%)"
},
"mode": "markers",
"name": "Italian_South",
"x": [
-0.0049,
-0.0066,
-0.0093,
-0.0056,
-0.0064
],
"y": [
-0.0187,
-0.0028,
-0.0045,
-0.009,
-0.0068
],
"type": "scatter"
},
{
"customdata": [
[
"BulgarianA1",
"Bulgarian",
0.0132,
0.0064
],
[
"BulgarianA4",
"Bulgarian",
0.0199,
5.0E-4
],
[
"BulgarianB1",
"Bulgarian",
0.0155,
-0.0019
],
[
"BulgarianB4",
"Bulgarian",
0.0134,
0.0089
],
[
"BulgarianC1",
"Bulgarian",
0.01,
0.0017
],
[
"BulgarianD6",
"Bulgarian",
0.0183,
2.0E-4
],
[
"BulgarianE2",
"Bulgarian",
0.017,
0.0016
],
[
"BulgarianF1",
"Bulgarian",
0.0165,
0.004
],
[
"BulgarianF2",
"Bulgarian",
0.0178,
0.003
],
[
"BulgarianH2",
"Bulgarian",
0.0094,
-9.0E-4
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(8.928571428571429%, 100%, 80%)"
},
"mode": "markers",
"name": "Bulgarian",
"x": [
0.0132,
0.0199,
0.0155,
0.0134,
0.01,
0.0183,
0.017,
0.0165,
0.0178,
0.0094
],
"y": [
0.0064,
5.0E-4,
-0.0019,
0.0089,
0.0017,
2.0E-4,
0.0016,
0.004,
0.003,
-9.0E-4
],
"type": "scatter"
},
{
"customdata": [
[
"CRO103",
"Croatian",
0.0272,
-0.0112
],
[
"CRO107",
"Croatian",
0.0287,
-0.0072
],
[
"CRO153",
"Croatian",
0.0264,
-0.0108
],
[
"CRO31",
"Croatian",
0.0275,
-0.0143
],
[
"CRO41",
"Croatian",
0.0293,
-0.0103
],
[
"CRO47",
"Croatian",
0.0329,
-0.0171
],
[
"CRO48",
"Croatian",
0.0281,
-0.0099
],
[
"CRO53",
"Croatian",
0.0291,
-0.0134
],
[
"CRO66",
"Croatian",
0.0232,
-0.008
],
[
"CRO93",
"Croatian",
0.0281,
-0.0147
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(10.714285714285715%, 100%, 80%)"
},
"mode": "markers",
"name": "Croatian",
"x": [
0.0272,
0.0287,
0.0264,
0.0275,
0.0293,
0.0329,
0.0281,
0.0291,
0.0232,
0.0281
],
"y": [
-0.0112,
-0.0072,
-0.0108,
-0.0143,
-0.0103,
-0.0171,
-0.0099,
-0.0134,
-0.008,
-0.0147
],
"type": "scatter"
},
{
"customdata": [
[
"CYP19",
"Cypriot",
-0.0224,
9.0E-4
],
[
"CYP2",
"Cypriot",
-0.0227,
8.0E-4
],
[
"CYP5",
"Cypriot",
-0.0241,
0.003
],
[
"Cyprus13AJ19",
"Cypriot",
-0.0158,
0.0019
],
[
"Cyprus21AJ19",
"Cypriot",
-0.0299,
0.0032
],
[
"Cyprus22AJ19",
"Cypriot",
-0.0225,
-0.0074
],
[
"Cyprus24AJ19",
"Cypriot",
-0.0238,
-5.0E-4
],
[
"Cyprus2AJ19",
"Cypriot",
-0.0362,
-0.001
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(12.5%, 100%, 80%)"
},
"mode": "markers",
"name": "Cypriot",
"x": [
-0.0224,
-0.0227,
-0.0241,
-0.0158,
-0.0299,
-0.0225,
-0.0238,
-0.0362
],
"y": [
9.0E-4,
8.0E-4,
0.003,
0.0019,
0.0032,
-0.0074,
-5.0E-4,
-0.001
],
"type": "scatter"
},
{
"customdata": [
[
"Est358",
"Estonian",
0.0496,
0.0044
],
[
"Est372",
"Estonian",
0.0508,
0.0071
],
[
"Est375",
"Estonian",
0.0503,
0.0094
],
[
"Est377",
"Estonian",
0.0517,
0.0081
],
[
"Est380",
"Estonian",
0.0506,
0.007
],
[
"Est391",
"Estonian",
0.0523,
0.0095
],
[
"Est393",
"Estonian",
0.0498,
0.0067
],
[
"Est394",
"Estonian",
0.0471,
0.0057
],
[
"Est397",
"Estonian",
0.0464,
0.0042
],
[
"Est400",
"Estonian",
0.0448,
0.0102
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(14.285714285714286%, 100%, 80%)"
},
"mode": "markers",
"name": "Estonian",
"x": [
0.0496,
0.0508,
0.0503,
0.0517,
0.0506,
0.0523,
0.0498,
0.0471,
0.0464,
0.0448
],
"y": [
0.0044,
0.0071,
0.0094,
0.0081,
0.007,
0.0095,
0.0067,
0.0057,
0.0042,
0.0102
],
"type": "scatter"
},
{
"customdata": [
[
"French23812",
"French",
0.0411,
-0.0125
],
[
"French23814",
"French",
0.0312,
-0.0162
],
[
"French23821",
"French",
0.0157,
-0.009
],
[
"French23830",
"French",
0.0333,
-0.0145
],
[
"French23833",
"French",
0.0366,
-0.0113
],
[
"French23862",
"French",
0.0345,
-0.0159
],
[
"French23915",
"French",
0.0308,
-0.0091
],
[
"French23919",
"French",
0.0262,
-0.0179
],
[
"French23989",
"French",
0.041,
-0.0172
],
[
"French24061",
"French",
0.0332,
-0.0137
],
[
"French24075",
"French",
0.0295,
-0.0196
],
[
"French24076",
"French",
0.0275,
-0.0131
],
[
"French24090",
"French",
0.0386,
-0.0064
],
[
"French24118",
"French",
0.0367,
-0.0178
],
[
"French24120",
"French",
0.0367,
-0.0171
],
[
"French24124",
"French",
0.0263,
-0.0197
],
[
"French24144",
"French",
0.0247,
-0.0229
],
[
"French24148",
"French",
0.0279,
-0.0166
],
[
"French24178",
"French",
0.03,
-0.0178
],
[
"French24247",
"French",
0.0394,
-0.0119
],
[
"French24381",
"French",
0.0386,
-0.0132
],
[
"French24400",
"French",
0.0391,
-0.018
],
[
"French24408",
"French",
0.0301,
-0.0148
],
[
"French24433",
"French",
0.0298,
-0.0206
],
[
"French24434",
"French",
0.0321,
-0.0083
],
[
"French24437",
"French",
0.0267,
-0.0103
],
[
"French24690",
"French",
0.0294,
-0.0119
],
[
"French24817",
"French",
0.0293,
-0.0155
],
[
"French25068",
"French",
0.0304,
-0.0181
],
[
"HGDP00511",
"French",
0.0298,
-0.0148
],
[
"HGDP00512",
"French",
0.0253,
-0.0148
],
[
"HGDP00513",
"French",
0.0271,
-0.0162
],
[
"HGDP00514",
"French",
0.0297,
-0.014
],
[
"HGDP00515",
"French",
0.032,
-0.0166
],
[
"HGDP00516",
"French",
0.0239,
-0.0074
],
[
"HGDP00517",
"French",
0.0291,
-0.0161
],
[
"HGDP00518",
"French",
0.0304,
-0.0147
],
[
"HGDP00519",
"French",
0.0341,
-0.0073
],
[
"HGDP00522",
"French",
0.0275,
-0.0143
],
[
"HGDP00523",
"French",
0.0341,
-0.0131
],
[
"HGDP00524",
"French",
0.0264,
-0.0239
],
[
"HGDP00525",
"French",
0.0275,
-0.0152
],
[
"HGDP00526",
"French",
0.03,
-0.0138
],
[
"HGDP00527",
"French",
0.03,
-0.0151
],
[
"HGDP00528",
"French",
0.0295,
-0.0141
],
[
"HGDP00529",
"French",
0.0275,
-0.0146
],
[
"HGDP00531",
"French",
0.0295,
-0.0323
],
[
"HGDP00533",
"French",
0.0371,
-0.0045
],
[
"HGDP00534",
"French",
0.0292,
-0.0148
],
[
"HGDP00535",
"French",
0.0343,
-0.0091
],
[
"HGDP00536",
"French",
0.0209,
-0.0197
],
[
"HGDP00537",
"French",
0.0271,
-0.0156
],
[
"HGDP00538",
"French",
0.0265,
-0.017
],
[
"HGDP00539",
"French",
0.026,
-0.0203
],
[
"SouthFrench1112",
"French",
0.0278,
-0.0366
],
[
"SouthFrench1323",
"French",
0.0307,
-0.0351
],
[
"SouthFrench3068",
"French",
0.0311,
-0.0365
],
[
"SouthFrench3326",
"French",
0.033,
-0.0339
],
[
"SouthFrench3947",
"French",
0.0284,
-0.0352
],
[
"SouthFrench3951",
"French",
0.0279,
-0.0419
],
[
"SouthFrench4018",
"French",
0.0304,
-0.0396
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(16.071428571428573%, 100%, 80%)"
},
"mode": "markers",
"name": "French",
"x": [
0.0411,
0.0312,
0.0157,
0.0333,
0.0366,
0.0345,
0.0308,
0.0262,
0.041,
0.0332,
0.0295,
0.0275,
0.0386,
0.0367,
0.0367,
0.0263,
0.0247,
0.0279,
0.03,
0.0394,
0.0386,
0.0391,
0.0301,
0.0298,
0.0321,
0.0267,
0.0294,
0.0293,
0.0304,
0.0298,
0.0253,
0.0271,
0.0297,
0.032,
0.0239,
0.0291,
0.0304,
0.0341,
0.0275,
0.0341,
0.0264,
0.0275,
0.03,
0.03,
0.0295,
0.0275,
0.0295,
0.0371,
0.0292,
0.0343,
0.0209,
0.0271,
0.0265,
0.026,
0.0278,
0.0307,
0.0311,
0.033,
0.0284,
0.0279,
0.0304
],
"y": [
-0.0125,
-0.0162,
-0.009,
-0.0145,
-0.0113,
-0.0159,
-0.0091,
-0.0179,
-0.0172,
-0.0137,
-0.0196,
-0.0131,
-0.0064,
-0.0178,
-0.0171,
-0.0197,
-0.0229,
-0.0166,
-0.0178,
-0.0119,
-0.0132,
-0.018,
-0.0148,
-0.0206,
-0.0083,
-0.0103,
-0.0119,
-0.0155,
-0.0181,
-0.0148,
-0.0148,
-0.0162,
-0.014,
-0.0166,
-0.0074,
-0.0161,
-0.0147,
-0.0073,
-0.0143,
-0.0131,
-0.0239,
-0.0152,
-0.0138,
-0.0151,
-0.0141,
-0.0146,
-0.0323,
-0.0045,
-0.0148,
-0.0091,
-0.0197,
-0.0156,
-0.017,
-0.0203,
-0.0366,
-0.0351,
-0.0365,
-0.0339,
-0.0352,
-0.0419,
-0.0396
],
"type": "scatter"
},
{
"customdata": [
[
"GREEKGRALPOP10",
"Greek",
0.0046,
0.0016
],
[
"GREEKGRALPOP11",
"Greek",
0.0071,
-0.0016
],
[
"GREEKGRALPOP12",
"Greek",
0.003,
0.0023
],
[
"GREEKGRALPOP13",
"Greek",
0.0045,
-0.0071
],
[
"GREEKGRALPOP14",
"Greek",
0.0047,
-0.0076
],
[
"GREEKGRALPOP15",
"Greek",
0.0084,
5.0E-4
],
[
"GREEKGRALPOP16",
"Greek",
0.0043,
-0.0052
],
[
"GREEKGRALPOP17",
"Greek",
0.0084,
-0.0029
],
[
"GREEKGRALPOP18",
"Greek",
0.0077,
-0.0065
],
[
"GREEKGRALPOP3",
"Greek",
0.0079,
-0.0067
],
[
"GREEKGRALPOP4",
"Greek",
0.0031,
-0.0038
],
[
"GREEKGRALPOP5",
"Greek",
0.0055,
-0.0021
],
[
"GREEKGRALPOP8",
"Greek",
0.0094,
-0.0039
],
[
"GREEKGRALPOP9",
"Greek",
0.008,
-0.0042
],
[
"NA17372",
"Greek",
-7.0E-4,
-0.0015
],
[
"NA17373",
"Greek",
0.0062,
-0.0078
],
[
"NA17374",
"Greek",
-0.0238,
0.0259
],
[
"NA17375",
"Greek",
-0.005,
0.0018
],
[
"NA17376",
"Greek",
-0.0159,
0.0053
],
[
"NA17377",
"Greek",
0.0074,
0.0016
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(17.857142857142858%, 100%, 80%)"
},
"mode": "markers",
"name": "Greek",
"x": [
0.0046,
0.0071,
0.003,
0.0045,
0.0047,
0.0084,
0.0043,
0.0084,
0.0077,
0.0079,
0.0031,
0.0055,
0.0094,
0.008,
-7.0E-4,
0.0062,
-0.0238,
-0.005,
-0.0159,
0.0074
],
"y": [
0.0016,
-0.0016,
0.0023,
-0.0071,
-0.0076,
5.0E-4,
-0.0052,
-0.0029,
-0.0065,
-0.0067,
-0.0038,
-0.0021,
-0.0039,
-0.0042,
-0.0015,
-0.0078,
0.0259,
0.0018,
0.0053,
0.0016
],
"type": "scatter"
},
{
"customdata": [
[
"GeorgianJew1577",
"Jew_Georgian",
-0.0284,
0.0276
],
[
"GeorgianJew1594",
"Jew_Georgian",
-0.031,
0.0282
],
[
"GeorgianJew1607",
"Jew_Georgian",
-0.0295,
0.0325
],
[
"GeorgianJew1654",
"Jew_Georgian",
-0.0322,
0.0264
],
[
"GeorgianJew1671",
"Jew_Georgian",
-0.0299,
0.0277
],
[
"GeorgianJew1883",
"Jew_Georgian",
-0.0305,
0.0308
],
[
"GeorgianJew1971",
"Jew_Georgian",
-0.0282,
0.0262
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(19.642857142857142%, 100%, 80%)"
},
"mode": "markers",
"name": "Jew_Georgian",
"x": [
-0.0284,
-0.031,
-0.0295,
-0.0322,
-0.0299,
-0.0305,
-0.0282
],
"y": [
0.0276,
0.0282,
0.0325,
0.0264,
0.0277,
0.0308,
0.0262
],
"type": "scatter"
},
{
"customdata": [
[
"HG00103",
"Scottish",
0.0395,
-0.0066
],
[
"HG00104",
"Scottish",
0.0351,
-0.0017
],
[
"HG00105",
"Scottish",
0.0398,
-0.0105
],
[
"HG00106",
"Scottish",
0.0389,
-0.0026
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(21.42857142857143%, 100%, 80%)"
},
"mode": "markers",
"name": "Scottish",
"x": [
0.0395,
0.0351,
0.0398,
0.0389
],
"y": [
-0.0066,
-0.0017,
-0.0105,
-0.0026
],
"type": "scatter"
},
{
"customdata": [
[
"HG00126",
"English",
0.0379,
-0.0094
],
[
"HG00128",
"English",
0.0354,
-0.011
],
[
"HG00129",
"English",
0.0374,
-0.0112
],
[
"HG00130",
"English",
0.0329,
-0.0089
],
[
"HG00131",
"English",
0.0329,
-0.0083
],
[
"HG00160",
"English",
0.038,
-0.0082
],
[
"HG00231",
"English",
0.0336,
-0.003
],
[
"HG00232",
"English",
0.035,
-0.0087
],
[
"HG00233",
"English",
0.036,
-0.0151
],
[
"HG00234",
"English",
0.0365,
-0.0086
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(23.214285714285715%, 100%, 80%)"
},
"mode": "markers",
"name": "English",
"x": [
0.0379,
0.0354,
0.0374,
0.0329,
0.0329,
0.038,
0.0336,
0.035,
0.036,
0.0365
],
"y": [
-0.0094,
-0.011,
-0.0112,
-0.0089,
-0.0083,
-0.0082,
-0.003,
-0.0087,
-0.0151,
-0.0086
],
"type": "scatter"
},
{
"customdata": [
[
"HG00171",
"Finnish",
0.0513,
0.0171
],
[
"HG00173",
"Finnish",
0.0485,
0.0134
],
[
"HG00174",
"Finnish",
0.0437,
0.0048
],
[
"HG00182",
"Finnish",
0.0467,
0.0185
],
[
"HG00183",
"Finnish",
0.043,
0.0185
],
[
"HG00190",
"Finnish",
0.0448,
0.0065
],
[
"HG00266",
"Finnish",
0.0457,
0.0102
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(25.0%, 100%, 80%)"
},
"mode": "markers",
"name": "Finnish",
"x": [
0.0513,
0.0485,
0.0437,
0.0467,
0.043,
0.0448,
0.0457
],
"y": [
0.0171,
0.0134,
0.0048,
0.0185,
0.0185,
0.0065,
0.0102
],
"type": "scatter"
},
{
"customdata": [
[
"HG01500",
"Spanish",
0.0144,
-0.0299
],
[
"HG01501",
"Spanish",
0.0157,
-0.0286
],
[
"HG01503",
"Spanish",
0.0198,
-0.0282
],
[
"HG01504",
"Spanish",
0.0153,
-0.0352
],
[
"HG01506",
"Spanish",
0.0189,
-0.029
],
[
"HG01507",
"Spanish",
0.0201,
-0.0291
],
[
"HG01509",
"Spanish",
0.0124,
-0.0339
],
[
"HG01510",
"Spanish",
0.0188,
-0.0298
],
[
"HG01512",
"Spanish",
0.0256,
-0.0305
],
[
"HG01513",
"Spanish",
0.0247,
-0.031
],
[
"HG01524",
"Spanish",
0.017,
-0.0302
],
[
"HG01527",
"Spanish",
0.0125,
-0.0305
],
[
"HG01528",
"Spanish",
0.0175,
-0.0337
],
[
"HG01530",
"Spanish",
0.0188,
-0.0275
],
[
"HG01536",
"Spanish",
0.0234,
-0.0267
],
[
"HG01537",
"Spanish",
0.0207,
-0.0222
],
[
"HG01605",
"Spanish",
0.0213,
-0.0279
],
[
"HG01606",
"Spanish",
0.0234,
-0.029
],
[
"HG01607",
"Spanish",
0.0153,
-0.0234
],
[
"HG01608",
"Spanish",
0.0199,
-0.0281
],
[
"HG01613",
"Spanish",
0.0202,
-0.0228
],
[
"HG01615",
"Spanish",
0.0201,
-0.0222
],
[
"HG01617",
"Spanish",
0.0168,
-0.0289
],
[
"HG01618",
"Spanish",
0.0184,
-0.0267
],
[
"HG01619",
"Spanish",
0.0152,
-0.0313
],
[
"HG01620",
"Spanish",
0.0157,
-0.0274
],
[
"HG01623",
"Spanish",
0.0164,
-0.0329
],
[
"HG01624",
"Spanish",
0.015,
-0.0342
],
[
"HG01625",
"Spanish",
0.0187,
-0.0237
],
[
"HG01626",
"Spanish",
0.0074,
-0.0199
],
[
"HG01673",
"Spanish",
0.0206,
-0.0277
],
[
"HG01675",
"Spanish",
0.0222,
-0.033
],
[
"HG01676",
"Spanish",
0.0265,
-0.038
],
[
"HG01678",
"Spanish",
0.0209,
-0.0341
],
[
"HG01679",
"Spanish",
0.0209,
-0.0315
],
[
"HG01680",
"Spanish",
0.0228,
-0.0305
],
[
"HG01682",
"Spanish",
0.0237,
-0.031
],
[
"HG01684",
"Spanish",
0.0233,
-0.0309
],
[
"HG01685",
"Spanish",
0.0145,
-0.0259
],
[
"HG01686",
"Spanish",
0.0198,
-0.0333
],
[
"HG01697",
"Spanish",
0.0158,
-0.0271
],
[
"HG01699",
"Spanish",
0.0144,
-0.0325
],
[
"HG01704",
"Spanish",
0.0119,
-0.0284
],
[
"HG01705",
"Spanish",
0.0171,
-0.0316
],
[
"HG01707",
"Spanish",
0.0188,
-0.0283
],
[
"HG01746",
"Spanish",
0.0221,
-0.0305
],
[
"HG01747",
"Spanish",
0.0202,
-0.0285
],
[
"HG01761",
"Spanish",
0.0219,
-0.0329
],
[
"HG01762",
"Spanish",
0.0245,
-0.0295
],
[
"HG01770",
"Spanish",
0.0185,
-0.032
],
[
"HG01773",
"Spanish",
0.0227,
-0.0323
],
[
"HG02220",
"Spanish",
0.0199,
-0.0214
],
[
"HG02238",
"Spanish",
0.0195,
-0.036
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(26.78571428571429%, 100%, 80%)"
},
"mode": "markers",
"name": "Spanish",
"x": [
0.0144,
0.0157,
0.0198,
0.0153,
0.0189,
0.0201,
0.0124,
0.0188,
0.0256,
0.0247,
0.017,
0.0125,
0.0175,
0.0188,
0.0234,
0.0207,
0.0213,
0.0234,
0.0153,
0.0199,
0.0202,
0.0201,
0.0168,
0.0184,
0.0152,
0.0157,
0.0164,
0.015,
0.0187,
0.0074,
0.0206,
0.0222,
0.0265,
0.0209,
0.0209,
0.0228,
0.0237,
0.0233,
0.0145,
0.0198,
0.0158,
0.0144,
0.0119,
0.0171,
0.0188,
0.0221,
0.0202,
0.0219,
0.0245,
0.0185,
0.0227,
0.0199,
0.0195
],
"y": [
-0.0299,
-0.0286,
-0.0282,
-0.0352,
-0.029,
-0.0291,
-0.0339,
-0.0298,
-0.0305,
-0.031,
-0.0302,
-0.0305,
-0.0337,
-0.0275,
-0.0267,
-0.0222,
-0.0279,
-0.029,
-0.0234,
-0.0281,
-0.0228,
-0.0222,
-0.0289,
-0.0267,
-0.0313,
-0.0274,
-0.0329,
-0.0342,
-0.0237,
-0.0199,
-0.0277,
-0.033,
-0.038,
-0.0341,
-0.0315,
-0.0305,
-0.031,
-0.0309,
-0.0259,
-0.0333,
-0.0271,
-0.0325,
-0.0284,
-0.0316,
-0.0283,
-0.0305,
-0.0285,
-0.0329,
-0.0295,
-0.032,
-0.0323,
-0.0214,
-0.036
],
"type": "scatter"
},
{
"customdata": [
[
"HG01515",
"Spanish_North",
0.0299,
-0.037
],
[
"HG01516",
"Spanish_North",
0.0329,
-0.0393
],
[
"HG01518",
"Spanish_North",
0.0315,
-0.0356
],
[
"HG01700",
"Spanish_North",
0.0312,
-0.0373
],
[
"HG01702",
"Spanish_North",
0.0319,
-0.0434
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(28.571428571428573%, 100%, 80%)"
},
"mode": "markers",
"name": "Spanish_North",
"x": [
0.0299,
0.0329,
0.0315,
0.0312,
0.0319
],
"y": [
-0.037,
-0.0393,
-0.0356,
-0.0373,
-0.0434
],
"type": "scatter"
},
{
"customdata": [
[
"HG01694",
"Canary_Islander",
0.0056,
-0.0308
],
[
"HG01695",
"Canary_Islander",
0.0075,
-0.035
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(30.357142857142858%, 100%, 80%)"
},
"mode": "markers",
"name": "Canary_Islander",
"x": [
0.0056,
0.0075
],
"y": [
-0.0308,
-0.035
],
"type": "scatter"
},
{
"customdata": [
[
"HGDP00557",
"Druze",
-0.0371,
0.0036
],
[
"HGDP00558",
"Druze",
-0.039,
0.0026
],
[
"HGDP00559",
"Druze",
-0.0343,
0.0062
],
[
"HGDP00560",
"Druze",
-0.0375,
0.014
],
[
"HGDP00561",
"Druze",
-0.0361,
0.0037
],
[
"HGDP00562",
"Druze",
-0.0368,
0.0051
],
[
"HGDP00563",
"Druze",
-0.0376,
0.0056
],
[
"HGDP00564",
"Druze",
-0.0355,
0.0052
],
[
"HGDP00565",
"Druze",
-0.039,
0.0039
],
[
"HGDP00566",
"Druze",
-0.0376,
-0.0017
],
[
"HGDP00567",
"Druze",
-0.0412,
0.001
],
[
"HGDP00568",
"Druze",
-0.0375,
0.0144
],
[
"HGDP00569",
"Druze",
-0.0346,
0.004
],
[
"HGDP00571",
"Druze",
-0.0311,
0.0091
],
[
"HGDP00572",
"Druze",
-0.0387,
0.0072
],
[
"HGDP00573",
"Druze",
-0.0352,
0.0043
],
[
"HGDP00574",
"Druze",
-0.0421,
0.009
],
[
"HGDP00575",
"Druze",
-0.0355,
0.0051
],
[
"HGDP00577",
"Druze",
-0.0393,
0.0049
],
[
"HGDP00578",
"Druze",
-0.0357,
-0.0015
],
[
"HGDP00579",
"Druze",
-0.034,
-6.0E-4
],
[
"HGDP00580",
"Druze",
-0.0319,
0.005
],
[
"HGDP00582",
"Druze",
-0.0365,
0.0022
],
[
"HGDP00583",
"Druze",
-0.04,
0.0117
],
[
"HGDP00584",
"Druze",
-0.0336,
0.0089
],
[
"HGDP00586",
"Druze",
-0.0353,
-0.0033
],
[
"HGDP00587",
"Druze",
-0.0313,
0.0036
],
[
"HGDP00588",
"Druze",
-0.0412,
0.0048
],
[
"HGDP00591",
"Druze",
-0.0336,
0.0052
],
[
"HGDP00594",
"Druze",
-0.0382,
-0.0028
],
[
"HGDP00595",
"Druze",
-0.0345,
0.0102
],
[
"HGDP00597",
"Druze",
-0.0358,
0.0024
],
[
"HGDP00598",
"Druze",
-0.0376,
0.0018
],
[
"HGDP00599",
"Druze",
-0.0314,
0.0132
],
[
"HGDP00600",
"Druze",
-0.0349,
0.001
],
[
"HGDP00601",
"Druze",
-0.0405,
0.0075
],
[
"HGDP00602",
"Druze",
-0.0317,
0.0041
],
[
"HGDP00604",
"Druze",
-0.0378,
0.0081
],
[
"HGDP00606",
"Druze",
-0.0337,
0.0029
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(32.142857142857146%, 100%, 80%)"
},
"mode": "markers",
"name": "Druze",
"x": [
-0.0371,
-0.039,
-0.0343,
-0.0375,
-0.0361,
-0.0368,
-0.0376,
-0.0355,
-0.039,
-0.0376,
-0.0412,
-0.0375,
-0.0346,
-0.0311,
-0.0387,
-0.0352,
-0.0421,
-0.0355,
-0.0393,
-0.0357,
-0.034,
-0.0319,
-0.0365,
-0.04,
-0.0336,
-0.0353,
-0.0313,
-0.0412,
-0.0336,
-0.0382,
-0.0345,
-0.0358,
-0.0376,
-0.0314,
-0.0349,
-0.0405,
-0.0317,
-0.0378,
-0.0337
],
"y": [
0.0036,
0.0026,
0.0062,
0.014,
0.0037,
0.0051,
0.0056,
0.0052,
0.0039,
-0.0017,
0.001,
0.0144,
0.004,
0.0091,
0.0072,
0.0043,
0.009,
0.0051,
0.0049,
-0.0015,
-6.0E-4,
0.005,
0.0022,
0.0117,
0.0089,
-0.0033,
0.0036,
0.0048,
0.0052,
-0.0028,
0.0102,
0.0024,
0.0018,
0.0132,
0.001,
0.0075,
0.0041,
0.0081,
0.0029
],
"type": "scatter"
},
{
"customdata": [
[
"HGDP00607",
"BedouinB",
-0.0839,
-0.0936
],
[
"HGDP00608",
"BedouinB",
-0.0683,
-0.0638
],
[
"HGDP00610",
"BedouinB",
-0.086,
-0.114
],
[
"HGDP00612",
"BedouinB",
-0.0902,
-0.1205
],
[
"HGDP00616",
"BedouinB",
-0.0837,
-0.1241
],
[
"HGDP00618",
"BedouinB",
-0.0873,
-0.1128
],
[
"HGDP00623",
"BedouinB",
-0.0859,
-0.1032
],
[
"HGDP00624",
"BedouinB",
-0.082,
-0.0915
],
[
"HGDP00630",
"BedouinB",
-0.0931,
-0.1362
],
[
"HGDP00631",
"BedouinB",
-0.0911,
-0.1212
],
[
"HGDP00636",
"BedouinB",
-0.0777,
-0.0795
],
[
"HGDP00641",
"BedouinB",
-0.0796,
-0.0917
],
[
"HGDP00643",
"BedouinB",
-0.0797,
-0.0982
],
[
"HGDP00648",
"BedouinB",
-0.0792,
-0.0984
],
[
"HGDP00649",
"BedouinB",
-0.0872,
-0.1182
],
[
"HGDP00650",
"BedouinB",
-0.0768,
-0.0931
],
[
"HGDP00651",
"BedouinB",
-0.0787,
-0.086
],
[
"HGDP00653",
"BedouinB",
-0.0823,
-0.0889
],
[
"HGDP00701",
"BedouinB",
-0.0832,
-0.1108
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(33.92857142857143%, 100%, 80%)"
},
"mode": "markers",
"name": "BedouinB",
"x": [
-0.0839,
-0.0683,
-0.086,
-0.0902,
-0.0837,
-0.0873,
-0.0859,
-0.082,
-0.0931,
-0.0911,
-0.0777,
-0.0796,
-0.0797,
-0.0792,
-0.0872,
-0.0768,
-0.0787,
-0.0823,
-0.0832
],
"y": [
-0.0936,
-0.0638,
-0.114,
-0.1205,
-0.1241,
-0.1128,
-0.1032,
-0.0915,
-0.1362,
-0.1212,
-0.0795,
-0.0917,
-0.0982,
-0.0984,
-0.1182,
-0.0931,
-0.086,
-0.0889,
-0.1108
],
"type": "scatter"
},
{
"customdata": [
[
"HGDP00609",
"BedouinA",
-0.0569,
-0.0319
],
[
"HGDP00611",
"BedouinA",
-0.0647,
-0.0427
],
[
"HGDP00613",
"BedouinA",
-0.0501,
-0.0114
],
[
"HGDP00614",
"BedouinA",
-0.0548,
-0.0202
],
[
"HGDP00615",
"BedouinA",
-0.052,
-0.0206
],
[
"HGDP00619",
"BedouinA",
-0.0526,
-0.0219
],
[
"HGDP00620",
"BedouinA",
-0.0644,
-0.0327
],
[
"HGDP00622",
"BedouinA",
-0.0562,
-0.0307
],
[
"HGDP00625",
"BedouinA",
-0.0504,
-0.0286
],
[
"HGDP00626",
"BedouinA",
-0.0517,
-0.0249
],
[
"HGDP00628",
"BedouinA",
-0.0509,
-0.0228
],
[
"HGDP00629",
"BedouinA",
-0.054,
-0.0307
],
[
"HGDP00632",
"BedouinA",
-0.0629,
-0.0351
],
[
"HGDP00634",
"BedouinA",
-0.0607,
-0.0321
],
[
"HGDP00635",
"BedouinA",
-0.0563,
-0.0269
],
[
"HGDP00637",
"BedouinA",
-0.0605,
-0.0269
],
[
"HGDP00638",
"BedouinA",
-0.0628,
-0.0397
],
[
"HGDP00639",
"BedouinA",
-0.0588,
-0.0463
],
[
"HGDP00640",
"BedouinA",
-0.0624,
-0.0391
],
[
"HGDP00642",
"BedouinA",
-0.055,
-0.0229
],
[
"HGDP00644",
"BedouinA",
-0.0482,
-0.0166
],
[
"HGDP00645",
"BedouinA",
-0.0549,
-0.0201
],
[
"HGDP00646",
"BedouinA",
-0.0683,
-0.0452
],
[
"HGDP00647",
"BedouinA",
-0.0539,
-0.0268
],
[
"HGDP00654",
"BedouinA",
-0.0432,
-0.0066
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(35.714285714285715%, 100%, 80%)"
},
"mode": "markers",
"name": "BedouinA",
"x": [
-0.0569,
-0.0647,
-0.0501,
-0.0548,
-0.052,
-0.0526,
-0.0644,
-0.0562,
-0.0504,
-0.0517,
-0.0509,
-0.054,
-0.0629,
-0.0607,
-0.0563,
-0.0605,
-0.0628,
-0.0588,
-0.0624,
-0.055,
-0.0482,
-0.0549,
-0.0683,
-0.0539,
-0.0432
],
"y": [
-0.0319,
-0.0427,
-0.0114,
-0.0202,
-0.0206,
-0.0219,
-0.0327,
-0.0307,
-0.0286,
-0.0249,
-0.0228,
-0.0307,
-0.0351,
-0.0321,
-0.0269,
-0.0269,
-0.0397,
-0.0463,
-0.0391,
-0.0229,
-0.0166,
-0.0201,
-0.0452,
-0.0268,
-0.0066
],
"type": "scatter"
},
{
"customdata": [
[
"HGDP00666",
"Sardinian",
0.0078,
-0.0523
],
[
"HGDP00667",
"Sardinian",
0.0128,
-0.0513
],
[
"HGDP00668",
"Sardinian",
0.0092,
-0.0579
],
[
"HGDP00669",
"Sardinian",
0.0085,
-0.0571
],
[
"HGDP00670",
"Sardinian",
0.0091,
-0.0582
],
[
"HGDP00671",
"Sardinian",
0.0098,
-0.0544
],
[
"HGDP00672",
"Sardinian",
0.006,
-0.053
],
[
"HGDP00673",
"Sardinian",
0.0056,
-0.0521
],
[
"HGDP00674",
"Sardinian",
0.0099,
-0.0562
],
[
"HGDP01062",
"Sardinian",
0.0082,
-0.0562
],
[
"HGDP01063",
"Sardinian",
0.008,
-0.0557
],
[
"HGDP01064",
"Sardinian",
0.0081,
-0.0607
],
[
"HGDP01065",
"Sardinian",
0.0118,
-0.0561
],
[
"HGDP01066",
"Sardinian",
0.0089,
-0.0636
],
[
"HGDP01067",
"Sardinian",
0.0051,
-0.0554
],
[
"HGDP01068",
"Sardinian",
0.0052,
-0.0512
],
[
"HGDP01069",
"Sardinian",
0.01,
-0.0574
],
[
"HGDP01070",
"Sardinian",
0.0083,
-0.0569
],
[
"HGDP01071",
"Sardinian",
0.0069,
-0.0518
],
[
"HGDP01072",
"Sardinian",
0.0045,
-0.0532
],
[
"HGDP01073",
"Sardinian",
0.0074,
-0.0552
],
[
"HGDP01074",
"Sardinian",
0.0088,
-0.0544
],
[
"HGDP01075",
"Sardinian",
0.0062,
-0.0576
],
[
"HGDP01076",
"Sardinian",
0.0073,
-0.0538
],
[
"HGDP01077",
"Sardinian",
0.0084,
-0.0491
],
[
"HGDP01078",
"Sardinian",
0.009,
-0.0513
],
[
"HGDP01079",
"Sardinian",
0.01,
-0.0556
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(37.5%, 100%, 80%)"
},
"mode": "markers",
"name": "Sardinian",
"x": [
0.0078,
0.0128,
0.0092,
0.0085,
0.0091,
0.0098,
0.006,
0.0056,
0.0099,
0.0082,
0.008,
0.0081,
0.0118,
0.0089,
0.0051,
0.0052,
0.01,
0.0083,
0.0069,
0.0045,
0.0074,
0.0088,
0.0062,
0.0073,
0.0084,
0.009,
0.01
],
"y": [
-0.0523,
-0.0513,
-0.0579,
-0.0571,
-0.0582,
-0.0544,
-0.053,
-0.0521,
-0.0562,
-0.0562,
-0.0557,
-0.0607,
-0.0561,
-0.0636,
-0.0554,
-0.0512,
-0.0574,
-0.0569,
-0.0518,
-0.0532,
-0.0552,
-0.0544,
-0.0576,
-0.0538,
-0.0491,
-0.0513,
-0.0556
],
"type": "scatter"
},
{
"customdata": [
[
"HGDP00675",
"Palestinian",
-0.0526,
-0.0144
],
[
"HGDP00676",
"Palestinian",
-0.0468,
-0.0114
],
[
"HGDP00677",
"Palestinian",
-0.0525,
-0.0173
],
[
"HGDP00679",
"Palestinian",
-0.0485,
-0.0109
],
[
"HGDP00680",
"Palestinian",
-0.059,
-0.0291
],
[
"HGDP00683",
"Palestinian",
-0.0556,
-0.0158
],
[
"HGDP00684",
"Palestinian",
-0.05,
-0.0229
],
[
"HGDP00685",
"Palestinian",
-0.0592,
-0.0291
],
[
"HGDP00686",
"Palestinian",
-0.0507,
-0.0215
],
[
"HGDP00687",
"Palestinian",
-0.0506,
-0.0147
],
[
"HGDP00688",
"Palestinian",
-0.0448,
-0.0097
],
[
"HGDP00689",
"Palestinian",
-0.0479,
-0.0133
],
[
"HGDP00690",
"Palestinian",
-0.0476,
-0.0111
],
[
"HGDP00691",
"Palestinian",
-0.0492,
-0.0169
],
[
"HGDP00694",
"Palestinian",
-0.0463,
-0.0107
],
[
"HGDP00696",
"Palestinian",
-0.0473,
-0.0075
],
[
"HGDP00697",
"Palestinian",
-0.0514,
-0.024
],
[
"HGDP00698",
"Palestinian",
-0.0493,
-0.0153
],
[
"HGDP00699",
"Palestinian",
-0.045,
-0.0125
],
[
"HGDP00700",
"Palestinian",
-0.0606,
-0.0338
],
[
"HGDP00722",
"Palestinian",
-0.0444,
-0.0091
],
[
"HGDP00724",
"Palestinian",
-0.0548,
-0.0179
],
[
"HGDP00725",
"Palestinian",
-0.0514,
-0.015
],
[
"HGDP00726",
"Palestinian",
-0.0534,
-0.0166
],
[
"HGDP00727",
"Palestinian",
-0.0501,
-0.0153
],
[
"HGDP00729",
"Palestinian",
-0.051,
-0.0158
],
[
"HGDP00730",
"Palestinian",
-0.048,
-0.0113
],
[
"HGDP00731",
"Palestinian",
-0.0615,
-0.0297
],
[
"HGDP00732",
"Palestinian",
-0.0531,
-0.0228
],
[
"HGDP00733",
"Palestinian",
-0.0517,
-0.0174
],
[
"HGDP00734",
"Palestinian",
-0.0489,
-0.0098
],
[
"HGDP00735",
"Palestinian",
-0.0495,
-0.0149
],
[
"HGDP00736",
"Palestinian",
-0.0447,
-0.0074
],
[
"HGDP00737",
"Palestinian",
-0.0552,
-0.0224
],
[
"HGDP00739",
"Palestinian",
-0.0538,
-0.0188
],
[
"HGDP00740",
"Palestinian",
-0.0477,
-0.017
],
[
"HGDP00741",
"Palestinian",
-0.0463,
-0.0163
],
[
"HGDP00745",
"Palestinian",
-0.0457,
-0.0078
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(39.285714285714285%, 100%, 80%)"
},
"mode": "markers",
"name": "Palestinian",
"x": [
-0.0526,
-0.0468,
-0.0525,
-0.0485,
-0.059,
-0.0556,
-0.05,
-0.0592,
-0.0507,
-0.0506,
-0.0448,
-0.0479,
-0.0476,
-0.0492,
-0.0463,
-0.0473,
-0.0514,
-0.0493,
-0.045,
-0.0606,
-0.0444,
-0.0548,
-0.0514,
-0.0534,
-0.0501,
-0.051,
-0.048,
-0.0615,
-0.0531,
-0.0517,
-0.0489,
-0.0495,
-0.0447,
-0.0552,
-0.0538,
-0.0477,
-0.0463,
-0.0457
],
"y": [
-0.0144,
-0.0114,
-0.0173,
-0.0109,
-0.0291,
-0.0158,
-0.0229,
-0.0291,
-0.0215,
-0.0147,
-0.0097,
-0.0133,
-0.0111,
-0.0169,
-0.0107,
-0.0075,
-0.024,
-0.0153,
-0.0125,
-0.0338,
-0.0091,
-0.0179,
-0.015,
-0.0166,
-0.0153,
-0.0158,
-0.0113,
-0.0297,
-0.0228,
-0.0174,
-0.0098,
-0.0149,
-0.0074,
-0.0224,
-0.0188,
-0.017,
-0.0163,
-0.0078
],
"type": "scatter"
},
{
"customdata": [
[
"HGDP00794",
"Orcadian",
0.0375,
-0.0082
],
[
"HGDP00796",
"Orcadian",
0.0373,
-0.0076
],
[
"HGDP00797",
"Orcadian",
0.0383,
-0.01
],
[
"HGDP00798",
"Orcadian",
0.0359,
-0.0053
],
[
"HGDP00799",
"Orcadian",
0.0412,
-0.008
],
[
"HGDP00800",
"Orcadian",
0.0383,
-0.0099
],
[
"HGDP00802",
"Orcadian",
0.0401,
-0.0098
],
[
"HGDP00803",
"Orcadian",
0.0376,
-0.0066
],
[
"HGDP00805",
"Orcadian",
0.0396,
-0.0071
],
[
"HGDP00806",
"Orcadian",
0.0373,
-0.0086
],
[
"HGDP00807",
"Orcadian",
0.0398,
-0.0068
],
[
"HGDP00808",
"Orcadian",
0.0393,
-0.0092
],
[
"HGDP00810",
"Orcadian",
0.0369,
-0.0073
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(41.07142857142858%, 100%, 80%)"
},
"mode": "markers",
"name": "Orcadian",
"x": [
0.0375,
0.0373,
0.0383,
0.0359,
0.0412,
0.0383,
0.0401,
0.0376,
0.0396,
0.0373,
0.0398,
0.0393,
0.0369
],
"y": [
-0.0082,
-0.0076,
-0.01,
-0.0053,
-0.008,
-0.0099,
-0.0098,
-0.0066,
-0.0071,
-0.0086,
-0.0068,
-0.0092,
-0.0073
],
"type": "scatter"
},
{
"customdata": [
[
"HGDP00879",
"Russian",
0.0405,
0.02
],
[
"HGDP00880",
"Russian",
0.0418,
0.0199
],
[
"HGDP00882",
"Russian",
0.0414,
0.0203
],
[
"HGDP00883",
"Russian",
0.0452,
0.0182
],
[
"HGDP00884",
"Russian",
0.0417,
0.0131
],
[
"HGDP00887",
"Russian",
0.0394,
0.0154
],
[
"HGDP00888",
"Russian",
0.0392,
0.013
],
[
"HGDP00889",
"Russian",
0.0417,
0.0177
],
[
"HGDP00890",
"Russian",
0.0438,
0.0191
],
[
"HGDP00891",
"Russian",
0.0402,
0.0204
],
[
"HGDP00892",
"Russian",
0.0448,
0.0173
],
[
"HGDP00893",
"Russian",
0.0429,
0.021
],
[
"HGDP00894",
"Russian",
0.0397,
0.0191
],
[
"HGDP00895",
"Russian",
0.0426,
0.0188
],
[
"HGDP00896",
"Russian",
0.0397,
0.0213
],
[
"HGDP00897",
"Russian",
0.0406,
0.0195
],
[
"HGDP00898",
"Russian",
0.0418,
0.0268
],
[
"HGDP00899",
"Russian",
0.0389,
0.0198
],
[
"HGDP00900",
"Russian",
0.041,
0.0134
],
[
"HGDP00901",
"Russian",
0.0412,
0.0171
],
[
"HGDP00902",
"Russian",
0.0404,
0.0207
],
[
"HGDP00903",
"Russian",
0.043,
0.0148
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(42.85714285714286%, 100%, 80%)"
},
"mode": "markers",
"name": "Russian",
"x": [
0.0405,
0.0418,
0.0414,
0.0452,
0.0417,
0.0394,
0.0392,
0.0417,
0.0438,
0.0402,
0.0448,
0.0429,
0.0397,
0.0426,
0.0397,
0.0406,
0.0418,
0.0389,
0.041,
0.0412,
0.0404,
0.043
],
"y": [
0.02,
0.0199,
0.0203,
0.0182,
0.0131,
0.0154,
0.013,
0.0177,
0.0191,
0.0204,
0.0173,
0.021,
0.0191,
0.0188,
0.0213,
0.0195,
0.0268,
0.0198,
0.0134,
0.0171,
0.0207,
0.0148
],
"type": "scatter"
},
{
"customdata": [
[
"HGDP01381",
"Adygei",
-0.0072,
0.0624
],
[
"HGDP01382",
"Adygei",
-0.0085,
0.0562
],
[
"HGDP01383",
"Adygei",
-0.0101,
0.0523
],
[
"HGDP01385",
"Adygei",
-0.008,
0.0553
],
[
"HGDP01386",
"Adygei",
-0.0105,
0.0532
],
[
"HGDP01387",
"Adygei",
-0.0096,
0.0554
],
[
"HGDP01396",
"Adygei",
0.0021,
0.045
],
[
"HGDP01397",
"Adygei",
-0.007,
0.0577
],
[
"HGDP01398",
"Adygei",
-0.0137,
0.0596
],
[
"HGDP01399",
"Adygei",
-0.0108,
0.0579
],
[
"HGDP01400",
"Adygei",
-0.0115,
0.057
],
[
"HGDP01401",
"Adygei",
-0.0112,
0.058
],
[
"HGDP01402",
"Adygei",
-0.0053,
0.0558
],
[
"HGDP01403",
"Adygei",
-0.0092,
0.0481
],
[
"HGDP01404",
"Adygei",
-0.0131,
0.0616
],
[
"NA13626",
"Adygei",
-0.0092,
0.0602
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(44.642857142857146%, 100%, 80%)"
},
"mode": "markers",
"name": "Adygei",
"x": [
-0.0072,
-0.0085,
-0.0101,
-0.008,
-0.0105,
-0.0096,
0.0021,
-0.007,
-0.0137,
-0.0108,
-0.0115,
-0.0112,
-0.0053,
-0.0092,
-0.0131,
-0.0092
],
"y": [
0.0624,
0.0562,
0.0523,
0.0553,
0.0532,
0.0554,
0.045,
0.0577,
0.0596,
0.0579,
0.057,
0.058,
0.0558,
0.0481,
0.0616,
0.0602
],
"type": "scatter"
},
{
"customdata": [
[
"HungarianC5",
"Hungarian",
0.0321,
0.0043
],
[
"HungarianD1",
"Hungarian",
0.0219,
0.0029
],
[
"HungarianE5",
"Hungarian",
0.0311,
-8.0E-4
],
[
"HungarianH3",
"Hungarian",
0.0319,
-0.0029
],
[
"NA15199",
"Hungarian",
0.0326,
-0.0023
],
[
"NA15200",
"Hungarian",
0.0334,
-0.0031
],
[
"NA15201",
"Hungarian",
0.0305,
-0.0
],
[
"NA15202",
"Hungarian",
0.0344,
-0.0065
],
[
"NA15203",
"Hungarian",
0.0328,
-2.0E-4
],
[
"NA15204",
"Hungarian",
0.0277,
0.0015
],
[
"NA15205",
"Hungarian",
0.0323,
-0.0048
],
[
"NA15206",
"Hungarian",
0.0298,
-0.0045
],
[
"NA15207",
"Hungarian",
0.0284,
0.0046
],
[
"NA15208",
"Hungarian",
0.0315,
-0.0053
],
[
"hungary15",
"Hungarian",
0.0283,
0.0018
],
[
"hungary2",
"Hungarian",
0.0304,
0.0037
],
[
"hungary20",
"Hungarian",
0.0326,
-0.004
],
[
"hungary3",
"Hungarian",
0.0276,
-0.0018
],
[
"hungary6",
"Hungarian",
0.0282,
-0.0026
],
[
"hungary7",
"Hungarian",
0.0323,
0.0064
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(46.42857142857143%, 100%, 80%)"
},
"mode": "markers",
"name": "Hungarian",
"x": [
0.0321,
0.0219,
0.0311,
0.0319,
0.0326,
0.0334,
0.0305,
0.0344,
0.0328,
0.0277,
0.0323,
0.0298,
0.0284,
0.0315,
0.0283,
0.0304,
0.0326,
0.0276,
0.0282,
0.0323
],
"y": [
0.0043,
0.0029,
-8.0E-4,
-0.0029,
-0.0023,
-0.0031,
-0.0,
-0.0065,
-2.0E-4,
0.0015,
-0.0048,
-0.0045,
0.0046,
-0.0053,
0.0018,
0.0037,
-0.004,
-0.0018,
-0.0026,
0.0064
],
"type": "scatter"
},
{
"customdata": [
[
"IranianJew1132",
"Jew_Iranian",
-0.0355,
0.0209
],
[
"IranianJew1143",
"Jew_Iranian",
-0.0392,
0.0209
],
[
"IranianJew1159",
"Jew_Iranian",
-0.0369,
0.023
],
[
"IranianJew1409",
"Jew_Iranian",
-0.035,
0.0266
],
[
"IranianJew1513",
"Jew_Iranian",
-0.0359,
0.0229
],
[
"IranianJew1556",
"Jew_Iranian",
-0.0341,
0.0188
],
[
"IranianJew1557",
"Jew_Iranian",
-0.0287,
0.0309
],
[
"IranianJew1832",
"Jew_Iranian",
-0.0341,
0.0233
],
[
"IranianJew1845",
"Jew_Iranian",
-0.0366,
0.0235
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(48.214285714285715%, 100%, 80%)"
},
"mode": "markers",
"name": "Jew_Iranian",
"x": [
-0.0355,
-0.0392,
-0.0369,
-0.035,
-0.0359,
-0.0341,
-0.0287,
-0.0341,
-0.0366
],
"y": [
0.0209,
0.0209,
0.023,
0.0266,
0.0229,
0.0188,
0.0309,
0.0233,
0.0235
],
"type": "scatter"
},
{
"customdata": [
[
"Jordan214",
"Jordanian",
-0.0392,
-0.002
],
[
"Jordan307",
"Jordanian",
-0.0436,
-0.0139
],
[
"Jordan384",
"Jordanian",
-0.0479,
-0.007
],
[
"Jordan445",
"Jordanian",
-0.0419,
-0.0084
],
[
"Jordan503",
"Jordanian",
-0.039,
0.011
],
[
"Jordan543",
"Jordanian",
-0.0436,
-0.009
],
[
"Jordan603",
"Jordanian",
-0.0538,
-0.0089
],
[
"Jordan62",
"Jordanian",
-0.0547,
-0.0134
],
[
"Jordan646",
"Jordanian",
-0.046,
-0.0028
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(50.0%, 100%, 80%)"
},
"mode": "markers",
"name": "Jordanian",
"x": [
-0.0392,
-0.0436,
-0.0479,
-0.0419,
-0.039,
-0.0436,
-0.0538,
-0.0547,
-0.046
],
"y": [
-0.002,
-0.0139,
-0.007,
-0.0084,
0.011,
-0.009,
-0.0089,
-0.0134,
-0.0028
],
"type": "scatter"
},
{
"customdata": [
[
"Lebanon1",
"Lebanese",
-0.0357,
0.0035
],
[
"Lebanon2",
"Lebanese",
-0.0359,
0.0044
],
[
"Lebanon3",
"Lebanese",
-0.0337,
0.0053
],
[
"Lebanon4",
"Lebanese",
-0.0518,
-0.0139
],
[
"Lebanon5",
"Lebanese",
-0.0554,
-0.0181
],
[
"Lebanon6",
"Lebanese",
-0.0295,
0.0282
],
[
"Lebanon7",
"Lebanese",
-0.0346,
-1.0E-4
],
[
"Lebanon8",
"Lebanese",
-0.0302,
0.0164
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(51.78571428571429%, 100%, 80%)"
},
"mode": "markers",
"name": "Lebanese",
"x": [
-0.0357,
-0.0359,
-0.0337,
-0.0518,
-0.0554,
-0.0295,
-0.0346,
-0.0302
],
"y": [
0.0035,
0.0044,
0.0053,
-0.0139,
-0.0181,
0.0282,
-1.0E-4,
0.0164
],
"type": "scatter"
},
{
"customdata": [
[
"LibyanJew1104",
"Jew_Libyan",
-0.0294,
-0.0144
],
[
"LibyanJew1263",
"Jew_Libyan",
-0.0338,
-0.0277
],
[
"LibyanJew1438",
"Jew_Libyan",
-0.0373,
-0.0257
],
[
"LibyanJew1462",
"Jew_Libyan",
-0.028,
-0.0187
],
[
"LibyanJew1601",
"Jew_Libyan",
-0.0307,
-0.0176
],
[
"LibyanJew1605",
"Jew_Libyan",
-0.0301,
-0.0205
],
[
"LibyanJew1611",
"Jew_Libyan",
-0.0277,
-0.0217
],
[
"LibyanJew1639",
"Jew_Libyan",
-0.0333,
-0.0186
],
[
"LibyanJew1659",
"Jew_Libyan",
-0.0332,
-0.0277
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(53.57142857142858%, 100%, 80%)"
},
"mode": "markers",
"name": "Jew_Libyan",
"x": [
-0.0294,
-0.0338,
-0.0373,
-0.028,
-0.0307,
-0.0301,
-0.0277,
-0.0333,
-0.0332
],
"y": [
-0.0144,
-0.0277,
-0.0257,
-0.0187,
-0.0176,
-0.0205,
-0.0217,
-0.0186,
-0.0277
],
"type": "scatter"
},
{
"customdata": [
[
"LithuanianA1",
"Lithuanian",
0.0513,
0.0011
],
[
"LithuanianD1",
"Lithuanian",
0.048,
0.0022
],
[
"LithuanianE2",
"Lithuanian",
0.0482,
0.0067
],
[
"LithuanianF1",
"Lithuanian",
0.0537,
0.0035
],
[
"lithuania1",
"Lithuanian",
0.048,
0.0024
],
[
"lithuania10",
"Lithuanian",
0.0529,
0.0101
],
[
"lithuania2",
"Lithuanian",
0.0514,
0.0052
],
[
"lithuania3",
"Lithuanian",
0.0467,
0.0065
],
[
"lithuania8",
"Lithuanian",
0.0489,
0.0079
],
[
"lithuania9",
"Lithuanian",
0.0508,
0.0042
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(55.35714285714286%, 100%, 80%)"
},
"mode": "markers",
"name": "Lithuanian",
"x": [
0.0513,
0.048,
0.0482,
0.0537,
0.048,
0.0529,
0.0514,
0.0467,
0.0489,
0.0508
],
"y": [
0.0011,
0.0022,
0.0067,
0.0035,
0.0024,
0.0101,
0.0052,
0.0065,
0.0079,
0.0042
],
"type": "scatter"
},
{
"customdata": [
[
"Malta12AM91",
"Maltese",
-0.0112,
-0.0194
],
[
"Malta15AM91",
"Maltese",
-0.0092,
-0.012
],
[
"Malta16AM91",
"Maltese",
-0.0145,
-0.0195
],
[
"Malta17AM91",
"Maltese",
-0.0103,
-0.0185
],
[
"Malta2AM91",
"Maltese",
-0.0152,
-0.0046
],
[
"Malta4AM91",
"Maltese",
-0.0082,
-0.0113
],
[
"Malta7AM91",
"Maltese",
-0.0124,
-0.0177
],
[
"Malta8AM91",
"Maltese",
-0.0084,
-0.0152
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(57.142857142857146%, 100%, 80%)"
},
"mode": "markers",
"name": "Maltese",
"x": [
-0.0112,
-0.0092,
-0.0145,
-0.0103,
-0.0152,
-0.0082,
-0.0124,
-0.0084
],
"y": [
-0.0194,
-0.012,
-0.0195,
-0.0185,
-0.0046,
-0.0113,
-0.0177,
-0.0152
],
"type": "scatter"
},
{
"customdata": [
[
"Mordovians1",
"Mordovian",
0.037,
0.0231
],
[
"Mordovians17",
"Mordovian",
0.0395,
0.0204
],
[
"Mordovians22",
"Mordovian",
0.0388,
0.021
],
[
"Mordovians27",
"Mordovian",
0.0386,
0.0292
],
[
"Mordovians28",
"Mordovian",
0.04,
0.021
],
[
"Mordovians30",
"Mordovian",
0.0366,
0.0339
],
[
"Mordovians31",
"Mordovian",
0.0387,
0.0245
],
[
"Mordovians32",
"Mordovian",
0.0405,
0.0222
],
[
"Mordovians4",
"Mordovian",
0.0374,
0.0172
],
[
"Mordovians5",
"Mordovian",
0.0417,
0.0181
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(58.92857142857143%, 100%, 80%)"
},
"mode": "markers",
"name": "Mordovian",
"x": [
0.037,
0.0395,
0.0388,
0.0386,
0.04,
0.0366,
0.0387,
0.0405,
0.0374,
0.0417
],
"y": [
0.0231,
0.0204,
0.021,
0.0292,
0.021,
0.0339,
0.0245,
0.0222,
0.0172,
0.0181
],
"type": "scatter"
},
{
"customdata": [
[
"MoroccanJew4634",
"Jew_Moroccan",
-0.0237,
-0.012
],
[
"MoroccanJew4683",
"Jew_Moroccan",
-0.0224,
-0.0144
],
[
"MoroccanJew4692",
"Jew_Moroccan",
-0.0245,
-0.0163
],
[
"MoroccanJew4789",
"Jew_Moroccan",
-0.0222,
-0.0137
],
[
"MoroccanJew5126",
"Jew_Moroccan",
-0.0219,
-0.0191
],
[
"MoroccanJew5168",
"Jew_Moroccan",
-0.0235,
-0.0132
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(60.714285714285715%, 100%, 80%)"
},
"mode": "markers",
"name": "Jew_Moroccan",
"x": [
-0.0237,
-0.0224,
-0.0245,
-0.0222,
-0.0219,
-0.0235
],
"y": [
-0.012,
-0.0144,
-0.0163,
-0.0137,
-0.0191,
-0.0132
],
"type": "scatter"
},
{
"customdata": [
[
"NA15724",
"Czech",
0.0379,
-3.0E-4
],
[
"NA15725",
"Czech",
0.0362,
-0.0048
],
[
"NA15726",
"Czech",
0.0342,
-0.0021
],
[
"NA15727",
"Czech",
0.0366,
-0.0049
],
[
"NA15728",
"Czech",
0.0337,
-0.0035
],
[
"NA15729",
"Czech",
0.0338,
-0.0031
],
[
"NA15730",
"Czech",
0.0327,
-0.0053
],
[
"NA15731",
"Czech",
0.0371,
-9.0E-4
],
[
"NA15732",
"Czech",
0.0386,
0.0018
],
[
"NA15733",
"Czech",
0.0357,
0.0044
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(62.5%, 100%, 80%)"
},
"mode": "markers",
"name": "Czech",
"x": [
0.0379,
0.0362,
0.0342,
0.0366,
0.0337,
0.0338,
0.0327,
0.0371,
0.0386,
0.0357
],
"y": [
-3.0E-4,
-0.0048,
-0.0021,
-0.0049,
-0.0035,
-0.0031,
-0.0053,
-9.0E-4,
0.0018,
0.0044
],
"type": "scatter"
},
{
"customdata": [
[
"NA15755",
"Icelandic",
0.0464,
-0.0122
],
[
"NA15756",
"Icelandic",
0.0411,
-0.0089
],
[
"NA15757",
"Icelandic",
0.0393,
-0.0044
],
[
"NA15758",
"Icelandic",
0.0391,
-0.0034
],
[
"NA15759",
"Icelandic",
0.0416,
-0.0053
],
[
"NA15760",
"Icelandic",
0.0421,
-0.0028
],
[
"NA15761",
"Icelandic",
0.0426,
-0.0041
],
[
"NA15762",
"Icelandic",
0.0418,
-0.0015
],
[
"NA15763",
"Icelandic",
0.0419,
-0.0015
],
[
"NA15764",
"Icelandic",
0.0374,
-0.0065
],
[
"NA15765",
"Icelandic",
0.0433,
-0.0078
],
[
"NA15766",
"Icelandic",
0.0416,
-0.0052
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(64.28571428571429%, 100%, 80%)"
},
"mode": "markers",
"name": "Icelandic",
"x": [
0.0464,
0.0411,
0.0393,
0.0391,
0.0416,
0.0421,
0.0426,
0.0418,
0.0419,
0.0374,
0.0433,
0.0416
],
"y": [
-0.0122,
-0.0089,
-0.0044,
-0.0034,
-0.0053,
-0.0028,
-0.0041,
-0.0015,
-0.0015,
-0.0065,
-0.0078,
-0.0052
],
"type": "scatter"
},
{
"customdata": [
[
"NOR101",
"Norwegian",
0.0404,
-0.0214
],
[
"NOR106",
"Norwegian",
0.0384,
-0.0151
],
[
"NOR107",
"Norwegian",
0.0443,
-0.0125
],
[
"NOR108",
"Norwegian",
0.0441,
-0.0188
],
[
"NOR109",
"Norwegian",
0.0447,
-0.0168
],
[
"NOR111",
"Norwegian",
0.0426,
-0.0167
],
[
"NOR119",
"Norwegian",
0.0416,
-0.0151
],
[
"NOR124",
"Norwegian",
0.042,
-0.0158
],
[
"NOR126",
"Norwegian",
0.0433,
-0.0178
],
[
"NOR146",
"Norwegian",
0.0419,
-0.0159
],
[
"NOR148",
"Norwegian",
0.0464,
-0.0117
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(66.07142857142857%, 100%, 80%)"
},
"mode": "markers",
"name": "Norwegian",
"x": [
0.0404,
0.0384,
0.0443,
0.0441,
0.0447,
0.0426,
0.0416,
0.042,
0.0433,
0.0419,
0.0464
],
"y": [
-0.0214,
-0.0151,
-0.0125,
-0.0188,
-0.0168,
-0.0167,
-0.0151,
-0.0158,
-0.0178,
-0.0159,
-0.0117
],
"type": "scatter"
},
{
"customdata": [
[
"NorthOssetia11",
"North_Ossetian",
-0.0074,
0.0555
],
[
"NorthOssetia12",
"North_Ossetian",
-0.0104,
0.0641
],
[
"NorthOssetia14",
"North_Ossetian",
-0.007,
0.0594
],
[
"NorthOssetia17",
"North_Ossetian",
-0.0148,
0.0594
],
[
"NorthOssetia19",
"North_Ossetian",
-0.0093,
0.0668
],
[
"NorthOssetia2",
"North_Ossetian",
-0.0126,
0.0622
],
[
"NorthOssetia3",
"North_Ossetian",
-0.0074,
0.0614
],
[
"NorthOssetia5",
"North_Ossetian",
-0.0109,
0.0625
],
[
"NorthOssetia8",
"North_Ossetian",
-0.0106,
0.0597
],
[
"NorthOssetia9",
"North_Ossetian",
-0.0084,
0.0629
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(67.85714285714286%, 100%, 80%)"
},
"mode": "markers",
"name": "North_Ossetian",
"x": [
-0.0074,
-0.0104,
-0.007,
-0.0148,
-0.0093,
-0.0126,
-0.0074,
-0.0109,
-0.0106,
-0.0084
],
"y": [
0.0555,
0.0641,
0.0594,
0.0594,
0.0668,
0.0622,
0.0614,
0.0625,
0.0597,
0.0629
],
"type": "scatter"
},
{
"customdata": [
[
"PV009",
"Iranian",
-0.0282,
0.04
],
[
"PV010",
"Iranian",
-0.0284,
0.0409
],
[
"PV011",
"Iranian",
-0.0279,
0.0418
],
[
"PV012",
"Iranian",
-0.0328,
0.0453
],
[
"PV013",
"Iranian",
-0.0288,
0.0481
],
[
"PV014",
"Iranian",
-0.0235,
0.0454
],
[
"PV015",
"Iranian",
-0.0295,
0.0414
],
[
"PV016",
"Iranian",
-0.0317,
0.0407
],
[
"PV017",
"Iranian",
-0.0268,
0.0476
],
[
"PV018",
"Iranian",
-0.0278,
0.0468
],
[
"PV019",
"Iranian",
-0.0297,
0.0598
],
[
"PV020",
"Iranian",
-0.0273,
0.0495
],
[
"PV021",
"Iranian",
-0.0253,
0.0578
],
[
"PV022",
"Iranian",
-0.0275,
0.0588
],
[
"PV023",
"Iranian",
-0.0293,
0.0625
],
[
"PV024",
"Iranian",
-0.029,
0.0591
],
[
"PV025",
"Iranian",
-0.0298,
0.0541
],
[
"PV026",
"Iranian",
-0.0284,
0.0648
],
[
"PV027",
"Iranian",
-0.0297,
0.0603
],
[
"PV028",
"Iranian",
-0.0291,
0.0612
],
[
"PV029",
"Iranian",
-0.0302,
0.0435
],
[
"PV030",
"Iranian",
-0.0308,
0.0435
],
[
"PV031",
"Iranian",
-0.0317,
0.0501
],
[
"PV032",
"Iranian",
-0.0304,
0.046
],
[
"PV033",
"Iranian",
-0.028,
0.0419
],
[
"PV034",
"Iranian",
-0.0276,
0.0418
],
[
"PV035",
"Iranian",
-0.0272,
0.0453
],
[
"PV036",
"Iranian",
-0.0341,
0.0422
],
[
"PV037",
"Iranian",
-0.0312,
0.0395
],
[
"PV038",
"Iranian",
-0.0256,
0.0479
],
[
"iran11",
"Iranian",
-0.0242,
0.051
],
[
"iran14",
"Iranian",
-0.0231,
0.0432
],
[
"iran16",
"Iranian",
-0.0271,
0.0512
],
[
"iran17",
"Iranian",
-0.0288,
0.05
],
[
"iran19",
"Iranian",
-0.0265,
0.0372
],
[
"iran2",
"Iranian",
-0.0252,
0.0502
],
[
"iran20",
"Iranian",
-0.028,
0.0455
],
[
"iran3",
"Iranian",
-0.0308,
0.042
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(69.64285714285715%, 100%, 80%)"
},
"mode": "markers",
"name": "Iranian",
"x": [
-0.0282,
-0.0284,
-0.0279,
-0.0328,
-0.0288,
-0.0235,
-0.0295,
-0.0317,
-0.0268,
-0.0278,
-0.0297,
-0.0273,
-0.0253,
-0.0275,
-0.0293,
-0.029,
-0.0298,
-0.0284,
-0.0297,
-0.0291,
-0.0302,
-0.0308,
-0.0317,
-0.0304,
-0.028,
-0.0276,
-0.0272,
-0.0341,
-0.0312,
-0.0256,
-0.0242,
-0.0231,
-0.0271,
-0.0288,
-0.0265,
-0.0252,
-0.028,
-0.0308
],
"y": [
0.04,
0.0409,
0.0418,
0.0453,
0.0481,
0.0454,
0.0414,
0.0407,
0.0476,
0.0468,
0.0598,
0.0495,
0.0578,
0.0588,
0.0625,
0.0591,
0.0541,
0.0648,
0.0603,
0.0612,
0.0435,
0.0435,
0.0501,
0.046,
0.0419,
0.0418,
0.0453,
0.0422,
0.0395,
0.0479,
0.051,
0.0432,
0.0512,
0.05,
0.0372,
0.0502,
0.0455,
0.042
],
"type": "scatter"
},
{
"customdata": [
[
"SR23",
"Sicilian",
-0.0023,
-0.0153
],
[
"SR44",
"Sicilian",
-0.0045,
-0.021
],
[
"SR48R",
"Sicilian",
-0.0047,
-0.0179
],
[
"SR60",
"Sicilian",
-0.0074,
-0.0215
],
[
"SR64",
"Sicilian",
-0.0048,
-0.0182
],
[
"TP04",
"Sicilian",
1.0E-4,
-0.0219
],
[
"TP05",
"Sicilian",
-0.0069,
-0.023
],
[
"TP06",
"Sicilian",
-6.0E-4,
-0.021
],
[
"TP07",
"Sicilian",
-0.0087,
-0.022
],
[
"TP08",
"Sicilian",
-0.0025,
-0.0199
],
[
"TP25",
"Sicilian",
-0.0041,
-0.02
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(71.42857142857143%, 100%, 80%)"
},
"mode": "markers",
"name": "Sicilian",
"x": [
-0.0023,
-0.0045,
-0.0047,
-0.0074,
-0.0048,
1.0E-4,
-0.0069,
-6.0E-4,
-0.0087,
-0.0025,
-0.0041
],
"y": [
-0.0153,
-0.021,
-0.0179,
-0.0215,
-0.0182,
-0.0219,
-0.023,
-0.021,
-0.022,
-0.0199,
-0.02
],
"type": "scatter"
},
{
"customdata": [
[
"SaudiA1",
"Saudi",
-0.0703,
-0.0519
],
[
"SaudiA5",
"Saudi",
-0.0716,
-0.0578
],
[
"SaudiA6",
"Saudi",
-0.0547,
-0.0224
],
[
"SaudiA7",
"Saudi",
-0.0356,
0.0014
],
[
"SaudiA9",
"Saudi",
-0.0493,
-0.0066
],
[
"saudi1403",
"Saudi",
-0.0692,
-0.0576
],
[
"saudi1424",
"Saudi",
-0.0683,
-0.054
],
[
"saudi1434",
"Saudi",
-0.0671,
-0.061
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(73.21428571428572%, 100%, 80%)"
},
"mode": "markers",
"name": "Saudi",
"x": [
-0.0703,
-0.0716,
-0.0547,
-0.0356,
-0.0493,
-0.0692,
-0.0683,
-0.0671
],
"y": [
-0.0519,
-0.0578,
-0.0224,
0.0014,
-0.0066,
-0.0576,
-0.054,
-0.061
],
"type": "scatter"
},
{
"customdata": [
[
"SephardiJewTurkey4950",
"Jew_Turkish",
-0.0129,
-0.0136
],
[
"SephardiJewTurkey4953",
"Jew_Turkish",
-0.0202,
-0.0293
],
[
"SephardiJewTurkey4955",
"Jew_Turkish",
-0.0162,
-0.0178
],
[
"SephardiJewTurkey5033",
"Jew_Turkish",
-0.0175,
-0.0221
],
[
"SephardiJewTurkey5075",
"Jew_Turkish",
-0.0136,
-0.0181
],
[
"SephardiJewTurkey5832",
"Jew_Turkish",
-0.0211,
-0.0187
],
[
"SephardiJewTurkey5877",
"Jew_Turkish",
-0.0155,
-0.0166
],
[
"SephardiJewTurkey6077",
"Jew_Turkish",
-0.0193,
-0.029
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(75.0%, 100%, 80%)"
},
"mode": "markers",
"name": "Jew_Turkish",
"x": [
-0.0129,
-0.0202,
-0.0162,
-0.0175,
-0.0136,
-0.0211,
-0.0155,
-0.0193
],
"y": [
-0.0136,
-0.0293,
-0.0178,
-0.0221,
-0.0181,
-0.0187,
-0.0166,
-0.029
],
"type": "scatter"
},
{
"customdata": [
[
"TunisianJew1170",
"Jew_Tunisian",
-0.0303,
-0.0211
],
[
"TunisianJew1421",
"Jew_Tunisian",
-0.0336,
-0.02
],
[
"TunisianJew1507",
"Jew_Tunisian",
-0.0374,
-0.025
],
[
"TunisianJew1511",
"Jew_Tunisian",
-0.0296,
-0.0177
],
[
"TunisianJew1531",
"Jew_Tunisian",
-0.0292,
-0.0226
],
[
"TunisianJew1544",
"Jew_Tunisian",
-0.0271,
-0.0156
],
[
"TunisianJew1763",
"Jew_Tunisian",
-0.0333,
-0.0251
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(76.78571428571429%, 100%, 80%)"
},
"mode": "markers",
"name": "Jew_Tunisian",
"x": [
-0.0303,
-0.0336,
-0.0374,
-0.0296,
-0.0292,
-0.0271,
-0.0333
],
"y": [
-0.0211,
-0.02,
-0.025,
-0.0177,
-0.0226,
-0.0156,
-0.0251
],
"type": "scatter"
},
{
"customdata": [
[
"UkrBel614",
"Ukrainian",
0.0394,
0.017
],
[
"UkrBel618",
"Ukrainian",
0.0413,
0.0115
],
[
"UkrBel620",
"Ukrainian",
0.038,
0.0043
],
[
"UkrBel622",
"Ukrainian",
0.0365,
0.0114
],
[
"UkrBel733",
"Ukrainian",
0.04,
0.0073
],
[
"UkrBel736",
"Ukrainian",
0.0363,
0.0121
],
[
"UkrLv228",
"Ukrainian",
0.0345,
0.0089
],
[
"UkrLv237",
"Ukrainian",
0.0362,
0.0044
],
[
"UkrLv240",
"Ukrainian",
0.0316,
0.0163
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(78.57142857142857%, 100%, 80%)"
},
"mode": "markers",
"name": "Ukrainian",
"x": [
0.0394,
0.0413,
0.038,
0.0365,
0.04,
0.0363,
0.0345,
0.0362,
0.0316
],
"y": [
0.017,
0.0115,
0.0043,
0.0114,
0.0073,
0.0121,
0.0089,
0.0044,
0.0163
],
"type": "scatter"
},
{
"customdata": [
[
"YemeniteJew4667",
"Jew_Yemenite",
-0.0639,
-0.0375
],
[
"YemeniteJew4675",
"Jew_Yemenite",
-0.0564,
-0.0359
],
[
"YemeniteJew4684",
"Jew_Yemenite",
-0.0575,
-0.0361
],
[
"YemeniteJew4695",
"Jew_Yemenite",
-0.0603,
-0.0449
],
[
"YemeniteJew4937",
"Jew_Yemenite",
-0.0608,
-0.0213
],
[
"YemeniteJew4938",
"Jew_Yemenite",
-0.0569,
-0.0367
],
[
"YemeniteJew4960",
"Jew_Yemenite",
-0.0579,
-0.0335
],
[
"YemeniteJew5433",
"Jew_Yemenite",
-0.0597,
-0.0311
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(80.35714285714286%, 100%, 80%)"
},
"mode": "markers",
"name": "Jew_Yemenite",
"x": [
-0.0639,
-0.0564,
-0.0575,
-0.0603,
-0.0608,
-0.0569,
-0.0579,
-0.0597
],
"y": [
-0.0375,
-0.0359,
-0.0361,
-0.0449,
-0.0213,
-0.0367,
-0.0335,
-0.0311
],
"type": "scatter"
},
{
"customdata": [
[
"abh107",
"Abkhasian",
-0.0203,
0.0628
],
[
"abh119",
"Abkhasian",
-0.0206,
0.0609
],
[
"abh122",
"Abkhasian",
-0.0181,
0.0532
],
[
"abh133",
"Abkhasian",
-0.0199,
0.0726
],
[
"abh147",
"Abkhasian",
-0.0195,
0.0607
],
[
"abh154",
"Abkhasian",
-0.0233,
0.0562
],
[
"abh24",
"Abkhasian",
-0.0247,
0.0537
],
[
"abh27",
"Abkhasian",
-0.018,
0.0582
],
[
"abh41",
"Abkhasian",
-0.017,
0.0706
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(82.14285714285715%, 100%, 80%)"
},
"mode": "markers",
"name": "Abkhasian",
"x": [
-0.0203,
-0.0206,
-0.0181,
-0.0199,
-0.0195,
-0.0233,
-0.0247,
-0.018,
-0.017
],
"y": [
0.0628,
0.0609,
0.0532,
0.0726,
0.0607,
0.0562,
0.0537,
0.0582,
0.0706
],
"type": "scatter"
},
{
"customdata": [
[
"armenia102",
"Armenian",
-0.0222,
0.0367
],
[
"armenia106",
"Armenian",
-0.0236,
0.0362
],
[
"armenia139",
"Armenian",
-0.0303,
0.0225
],
[
"armenia162",
"Armenian",
-0.0273,
0.0382
],
[
"armenia176",
"Armenian",
-0.0268,
0.0315
],
[
"armenia191",
"Armenian",
-0.0234,
0.0354
],
[
"armenia279",
"Armenian",
-0.0318,
0.0298
],
[
"armenia293",
"Armenian",
-0.0262,
0.0446
],
[
"armenia86",
"Armenian",
-0.0233,
0.0316
],
[
"armenia91",
"Armenian",
-0.0305,
0.0288
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(83.92857142857143%, 100%, 80%)"
},
"mode": "markers",
"name": "Armenian",
"x": [
-0.0222,
-0.0236,
-0.0303,
-0.0273,
-0.0268,
-0.0234,
-0.0318,
-0.0262,
-0.0233,
-0.0305
],
"y": [
0.0367,
0.0362,
0.0225,
0.0382,
0.0315,
0.0354,
0.0298,
0.0446,
0.0316,
0.0288
],
"type": "scatter"
},
{
"customdata": [
[
"bal102",
"Balkar",
-0.0075,
0.0581
],
[
"bal124",
"Balkar",
-0.0078,
0.0604
],
[
"bal136",
"Balkar",
-0.0088,
0.0552
],
[
"bal22",
"Balkar",
-0.0084,
0.0582
],
[
"bal41",
"Balkar",
-0.0094,
0.0598
],
[
"bal42",
"Balkar",
-0.0077,
0.0587
],
[
"bal45",
"Balkar",
-0.0086,
0.0617
],
[
"bal50",
"Balkar",
-0.0066,
0.0543
],
[
"bal64",
"Balkar",
-0.0088,
0.0605
],
[
"bal97",
"Balkar",
-0.0131,
0.0626
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(85.71428571428572%, 100%, 80%)"
},
"mode": "markers",
"name": "Balkar",
"x": [
-0.0075,
-0.0078,
-0.0088,
-0.0084,
-0.0094,
-0.0077,
-0.0086,
-0.0066,
-0.0088,
-0.0131
],
"y": [
0.0581,
0.0604,
0.0552,
0.0582,
0.0598,
0.0587,
0.0617,
0.0543,
0.0605,
0.0626
],
"type": "scatter"
},
{
"customdata": [
[
"bel110c",
"Belarusian",
0.0411,
0.0085
],
[
"bel23s",
"Belarusian",
0.0462,
0.0067
],
[
"bel30s",
"Belarusian",
0.0426,
0.0029
],
[
"bel43s",
"Belarusian",
0.0435,
0.0073
],
[
"bel72c",
"Belarusian",
0.0389,
0.0085
],
[
"bel82s",
"Belarusian",
0.0418,
0.0062
],
[
"bel8s",
"Belarusian",
0.0368,
0.0043
],
[
"bel93c",
"Belarusian",
0.0445,
0.0094
],
[
"belarusian23vp",
"Belarusian",
0.0401,
0.0119
],
[
"belarusian47zp",
"Belarusian",
0.0428,
0.0066
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(87.5%, 100%, 80%)"
},
"mode": "markers",
"name": "Belarusian",
"x": [
0.0411,
0.0462,
0.0426,
0.0435,
0.0389,
0.0418,
0.0368,
0.0445,
0.0401,
0.0428
],
"y": [
0.0085,
0.0067,
0.0029,
0.0073,
0.0085,
0.0062,
0.0043,
0.0094,
0.0119,
0.0066
],
"type": "scatter"
},
{
"customdata": [
[
"cay007",
"Cayonu",
-0.0408,
-0.0175
],
[
"cay011",
"Cayonu",
-0.0564,
-0.0232
],
[
"cay012",
"Cayonu",
-0.0429,
-0.0073
],
[
"cay013",
"Cayonu",
-0.043,
-0.0183
],
[
"cay014",
"Cayonu",
-0.0444,
-0.0236
],
[
"cay015",
"Cayonu",
-0.0533,
-0.0624
],
[
"cay016",
"Cayonu",
-0.0353,
-0.022
],
[
"cay018",
"Cayonu",
-0.0483,
-0.0096
],
[
"cay020",
"Cayonu",
-0.037,
-0.0174
],
[
"cay022",
"Cayonu",
-0.0516,
-0.0069
],
[
"cay027",
"Cayonu",
-0.0409,
-0.0089
],
[
"cay033",
"Cayonu",
-0.0473,
-0.0221
],
[
"cay1820",
"Cayonu",
-0.0436,
-0.0133
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(89.28571428571429%, 100%, 80%)"
},
"mode": "markers",
"name": "Cayonu",
"x": [
-0.0408,
-0.0564,
-0.0429,
-0.043,
-0.0444,
-0.0533,
-0.0353,
-0.0483,
-0.037,
-0.0516,
-0.0409,
-0.0473,
-0.0436
],
"y": [
-0.0175,
-0.0232,
-0.0073,
-0.0183,
-0.0236,
-0.0624,
-0.022,
-0.0096,
-0.0174,
-0.0069,
-0.0089,
-0.0221,
-0.0133
],
"type": "scatter"
},
{
"customdata": [
[
"ch113",
"Chechen",
-0.0079,
0.0616
],
[
"ch126",
"Chechen",
-0.0071,
0.0645
],
[
"ch16",
"Chechen",
-0.0085,
0.055
],
[
"ch174",
"Chechen",
-0.0035,
0.0573
],
[
"ch179",
"Chechen",
-0.0077,
0.0615
],
[
"ch193",
"Chechen",
-0.0105,
0.0593
],
[
"ch21",
"Chechen",
-0.0048,
0.0673
],
[
"ch3",
"Chechen",
-0.0088,
0.0603
],
[
"ch31",
"Chechen",
-0.0054,
0.0537
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(91.07142857142857%, 100%, 80%)"
},
"mode": "markers",
"name": "Chechen",
"x": [
-0.0079,
-0.0071,
-0.0085,
-0.0035,
-0.0077,
-0.0105,
-0.0048,
-0.0088,
-0.0054
],
"y": [
0.0616,
0.0645,
0.055,
0.0573,
0.0615,
0.0593,
0.0673,
0.0603,
0.0537
],
"type": "scatter"
},
{
"customdata": [
[
"kumyks40",
"Kumyk",
-0.0138,
0.0439
],
[
"kumyks41",
"Kumyk",
-0.0055,
0.0621
],
[
"kumyks44",
"Kumyk",
-0.0111,
0.0589
],
[
"kumyks90",
"Kumyk",
-0.0022,
0.0587
],
[
"kumyks93",
"Kumyk",
-0.0084,
0.0571
],
[
"kumyks94",
"Kumyk",
-0.0111,
0.0561
],
[
"kumyks97",
"Kumyk",
-0.0052,
0.0478
],
[
"kumyks98",
"Kumyk",
-0.0086,
0.0594
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(92.85714285714286%, 100%, 80%)"
},
"mode": "markers",
"name": "Kumyk",
"x": [
-0.0138,
-0.0055,
-0.0111,
-0.0022,
-0.0084,
-0.0111,
-0.0052,
-0.0086
],
"y": [
0.0439,
0.0621,
0.0589,
0.0587,
0.0571,
0.0561,
0.0478,
0.0594
],
"type": "scatter"
},
{
"customdata": [
[
"lez31",
"Lezgin",
-0.0057,
0.0562
],
[
"lez33",
"Lezgin",
-0.0044,
0.056
],
[
"lez36",
"Lezgin",
-0.0091,
0.059
],
[
"lez37",
"Lezgin",
-0.0072,
0.061
],
[
"lez38",
"Lezgin",
-0.0096,
0.0652
],
[
"lez40",
"Lezgin",
-0.0048,
0.0633
],
[
"lez49",
"Lezgin",
-0.0054,
0.0562
],
[
"lez7",
"Lezgin",
-0.0085,
0.0562
],
[
"lez9",
"Lezgin",
-0.0037,
0.0586
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(94.64285714285715%, 100%, 80%)"
},
"mode": "markers",
"name": "Lezgin",
"x": [
-0.0057,
-0.0044,
-0.0091,
-0.0072,
-0.0096,
-0.0048,
-0.0054,
-0.0085,
-0.0037
],
"y": [
0.0562,
0.056,
0.059,
0.061,
0.0652,
0.0633,
0.0562,
0.0562,
0.0586
],
"type": "scatter"
},
{
"customdata": [
[
"mg22",
"Georgian",
-0.0209,
0.0544
],
[
"mg23",
"Georgian",
-0.0224,
0.0526
],
[
"mg27",
"Georgian",
-0.0245,
0.0595
],
[
"mg31",
"Georgian",
-0.02,
0.0532
],
[
"mg34",
"Georgian",
-0.0208,
0.0565
],
[
"mg40",
"Georgian",
-0.0221,
0.0611
],
[
"mg43",
"Georgian",
-0.0191,
0.063
],
[
"mg47",
"Georgian",
-0.0212,
0.0568
],
[
"mg49",
"Georgian",
-0.0229,
0.0581
],
[
"mg62",
"Georgian",
-0.0235,
0.0566
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(96.42857142857143%, 100%, 80%)"
},
"mode": "markers",
"name": "Georgian",
"x": [
-0.0209,
-0.0224,
-0.0245,
-0.02,
-0.0208,
-0.0221,
-0.0191,
-0.0212,
-0.0229,
-0.0235
],
"y": [
0.0544,
0.0526,
0.0595,
0.0532,
0.0565,
0.0611,
0.063,
0.0568,
0.0581,
0.0566
],
"type": "scatter"
},
{
"customdata": [
[
"syria361",
"Syrian",
-0.027,
0.0218
],
[
"syria4",
"Syrian",
-0.0375,
0.0028
],
[
"syria461",
"Syrian",
-0.0563,
-0.0051
],
[
"syria464",
"Syrian",
-0.0503,
-0.0028
],
[
"syria485",
"Syrian",
-0.0335,
0.0024
],
[
"syria520",
"Syrian",
-0.0456,
-0.0138
],
[
"syria6",
"Syrian",
-0.0514,
0.0029
],
[
"syria7",
"Syrian",
-0.0519,
-0.0025
]
],
"hovertemplate": "Sample: %{customdata[0]}
Population: %{customdata[1]}
D1: %{customdata[2]}
D2: %{customdata[3]}",
"marker": {
"color": "hsv(98.21428571428572%, 100%, 80%)"
},
"mode": "markers",
"name": "Syrian",
"x": [
-0.027,
-0.0375,
-0.0563,
-0.0503,
-0.0335,
-0.0456,
-0.0514,
-0.0519
],
"y": [
0.0218,
0.0028,
-0.0051,
-0.0028,
0.0024,
-0.0138,
0.0029,
-0.0025
],
"type": "scatter"
}
],
"layout": {
"template": {
"data": {
"barpolar": [
{
"marker": {
"line": {
"color": "white",
"width": 0.5
},
"pattern": {
"fillmode": "overlay",
"size": 10,
"solidity": 0.2
}
},
"type": "barpolar"
}
],
"bar": [
{
"error_x": {
"color": "#2a3f5f"
},
"error_y": {
"color": "#2a3f5f"
},
"marker": {
"line": {
"color": "white",
"width": 0.5
},
"pattern": {
"fillmode": "overlay",
"size": 10,
"solidity": 0.2
}
},
"type": "bar"
}
],
"carpet": [
{
"aaxis": {
"endlinecolor": "#2a3f5f",
"gridcolor": "#C8D4E3",
"linecolor": "#C8D4E3",
"minorgridcolor": "#C8D4E3",
"startlinecolor": "#2a3f5f"
},
"baxis": {
"endlinecolor": "#2a3f5f",
"gridcolor": "#C8D4E3",
"linecolor": "#C8D4E3",
"minorgridcolor": "#C8D4E3",
"startlinecolor": "#2a3f5f"
},
"type": "carpet"
}
],
"choropleth": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"type": "choropleth"
}
],
"contourcarpet": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"type": "contourcarpet"
}
],
"contour": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"colorscale": [
[
0.0,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1.0,
"#f0f921"
]
],
"type": "contour"
}
],
"heatmapgl": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"colorscale": [
[
0.0,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1.0,
"#f0f921"
]
],
"type": "heatmapgl"
}
],
"heatmap": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"colorscale": [
[
0.0,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1.0,
"#f0f921"
]
],
"type": "heatmap"
}
],
"histogram2dcontour": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"colorscale": [
[
0.0,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1.0,
"#f0f921"
]
],
"type": "histogram2dcontour"
}
],
"histogram2d": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"colorscale": [
[
0.0,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1.0,
"#f0f921"
]
],
"type": "histogram2d"
}
],
"histogram": [
{
"marker": {
"pattern": {
"fillmode": "overlay",
"size": 10,
"solidity": 0.2
}
},
"type": "histogram"
}
],
"mesh3d": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"type": "mesh3d"
}
],
"parcoords": [
{
"line": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "parcoords"
}
],
"pie": [
{
"automargin": true,
"type": "pie"
}
],
"scatter3d": [
{
"line": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scatter3d"
}
],
"scattercarpet": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scattercarpet"
}
],
"scattergeo": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scattergeo"
}
],
"scattergl": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scattergl"
}
],
"scattermapbox": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scattermapbox"
}
],
"scatterpolargl": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scatterpolargl"
}
],
"scatterpolar": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scatterpolar"
}
],
"scatter": [
{
"fillpattern": {
"fillmode": "overlay",
"size": 10,
"solidity": 0.2
},
"type": "scatter"
}
],
"scatterternary": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scatterternary"
}
],
"surface": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"colorscale": [
[
0.0,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1.0,
"#f0f921"
]
],
"type": "surface"
}
],
"table": [
{
"cells": {
"fill": {
"color": "#EBF0F8"
},
"line": {
"color": "white"
}
},
"header": {
"fill": {
"color": "#C8D4E3"
},
"line": {
"color": "white"
}
},
"type": "table"
}
]
},
"layout": {
"annotationdefaults": {
"arrowcolor": "#2a3f5f",
"arrowhead": 0,
"arrowwidth": 1
},
"autotypenumbers": "strict",
"coloraxis": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"colorscale": {
"diverging": [
[
0,
"#8e0152"
],
[
0.1,
"#c51b7d"
],
[
0.2,
"#de77ae"
],
[
0.3,
"#f1b6da"
],
[
0.4,
"#fde0ef"
],
[
0.5,
"#f7f7f7"
],
[
0.6,
"#e6f5d0"
],
[
0.7,
"#b8e186"
],
[
0.8,
"#7fbc41"
],
[
0.9,
"#4d9221"
],
[
1,
"#276419"
]
],
"sequential": [
[
0.0,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1.0,
"#f0f921"
]
],
"sequentialminus": [
[
0.0,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1.0,
"#f0f921"
]
]
},
"colorway": [
"#636efa",
"#EF553B",
"#00cc96",
"#ab63fa",
"#FFA15A",
"#19d3f3",
"#FF6692",
"#B6E880",
"#FF97FF",
"#FECB52"
],
"font": {
"color": "#2a3f5f"
},
"geo": {
"bgcolor": "white",
"lakecolor": "white",
"landcolor": "white",
"showlakes": true,
"showland": true,
"subunitcolor": "#C8D4E3"
},
"hoverlabel": {
"align": "left"
},
"hovermode": "closest",
"mapbox": {
"style": "light"
},
"paper_bgcolor": "white",
"plot_bgcolor": "white",
"polar": {
"angularaxis": {
"gridcolor": "#EBF0F8",
"linecolor": "#EBF0F8",
"ticks": ""
},
"bgcolor": "white",
"radialaxis": {
"gridcolor": "#EBF0F8",
"linecolor": "#EBF0F8",
"ticks": ""
}
},
"scene": {
"xaxis": {
"backgroundcolor": "white",
"gridcolor": "#DFE8F3",
"gridwidth": 2,
"linecolor": "#EBF0F8",
"showbackground": true,
"ticks": "",
"zerolinecolor": "#EBF0F8"
},
"yaxis": {
"backgroundcolor": "white",
"gridcolor": "#DFE8F3",
"gridwidth": 2,
"linecolor": "#EBF0F8",
"showbackground": true,
"ticks": "",
"zerolinecolor": "#EBF0F8"
},
"zaxis": {
"backgroundcolor": "white",
"gridcolor": "#DFE8F3",
"gridwidth": 2,
"linecolor": "#EBF0F8",
"showbackground": true,
"ticks": "",
"zerolinecolor": "#EBF0F8"
}
},
"shapedefaults": {
"line": {
"color": "#2a3f5f"
}
},
"ternary": {
"aaxis": {
"gridcolor": "#DFE8F3",
"linecolor": "#A2B1C6",
"ticks": ""
},
"baxis": {
"gridcolor": "#DFE8F3",
"linecolor": "#A2B1C6",
"ticks": ""
},
"bgcolor": "white",
"caxis": {
"gridcolor": "#DFE8F3",
"linecolor": "#A2B1C6",
"ticks": ""
}
},
"title": {
"x": 0.05
},
"xaxis": {
"automargin": true,
"gridcolor": "#EBF0F8",
"linecolor": "#EBF0F8",
"ticks": "",
"title": {
"standoff": 15
},
"zerolinecolor": "#EBF0F8",
"zerolinewidth": 2
},
"yaxis": {
"automargin": true,
"gridcolor": "#EBF0F8",
"linecolor": "#EBF0F8",
"ticks": "",
"title": {
"standoff": 15
},
"zerolinecolor": "#EBF0F8",
"zerolinewidth": 2
}
}
},
"xaxis": {
"title": {
"text": "PC 1 (0.8%)"
}
},
"yaxis": {
"title": {
"text": "PC 2 (0.4%)"
}
},
"height": 1000,
"width": 750,
"legend": {
"orientation": "h"
}
},
"config": {
"plotlyServerURL": "https://plot.ly"
}
},
"text/html": "
| \n | PSV | \n
|---|---|
| ITS2 | \n0.424616 | \n
| ITS5 | \n0.424936 | \n
| Jordan445 | \n0.476375 | \n
| HGDP00625 | \n0.487708 | \n
| cay033 | \n0.492772 | \n
| ... | \n... | \n
| HGDP00887 | \n0.942582 | \n
| UkrBel618 | \n0.942695 | \n
| Mordovians28 | \n0.942815 | \n
| UkrBel614 | \n0.943761 | \n
| HGDP00894 | \n0.944473 | \n
826 rows × 1 columns
\n| \n | PSV | \n
|---|---|
| cay033 | \n0.492772 | \n
| cay014 | \n0.537452 | \n
| cay015 | \n0.539045 | \n
| cay022 | \n0.561840 | \n
| cay020 | \n0.579423 | \n
| cay027 | \n0.584384 | \n
| cay012 | \n0.590237 | \n
| cay011 | \n0.609492 | \n
| cay016 | \n0.627005 | \n
| cay018 | \n0.627732 | \n
| cay1820 | \n0.654619 | \n
| cay013 | \n0.712516 | \n
| cay007 | \n0.806723 | \n